First  |  Prev |  Next  |  Last
Pages: 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341
act_nat: the checksum of ICMP doesn't have pseudo header
On Fri, Jul 30, 2010 at 5:09 PM, Herbert Xu <herbert(a)gondor.apana.org.au> wrote: On Fri, Jul 30, 2010 at 08:04:18AM +0800, Changli Gao wrote: after updating the value of the ICMP payload, inet_proto_csum_replace4() should be called with zero pseudohdr. Signed-off-by: Changli Gao <xiaosuo(a)gmail.com> ... 30 Jul 2010 10:46
Staging: slicoss: Remove net_device_stats from the driver's private
On 07/22/2010 10:06 PM, Greg KH wrote: On Sat, Jul 10, 2010 at 08:45:10PM +0000, Denis Kirjanov wrote: Remove net_device_stats from the driver's private. This patch breaks the build, did you even try it? I can't apply it, sorry. greg k-h Yes, I have tried it, but, unfortunately, picked up... 30 Jul 2010 06:25
[PATCH 2/4] posix-cpu-timers: Introduction of wall clocks
Currently Linux lacks a good way to get an elapsed time of a process/thread. This patch adds the interface to obtain this piece of information. The access to the new thread/process clock is restricted according to the same rules as the access to the CPU clocks. POSIX_CLOCK_WALL occupies previously unused value ... 30 Jul 2010 06:25
block: move del_gendisk() from fs/partitions/check.c to block/genhd.c
On Fri, Jul 30, 2010 at 11:40, Christoph Hellwig <hch(a)infradead.org> wrote: On Fri, Jul 30, 2010 at 11:39:01AM +0200, Kay Sievers wrote: From: Kay Sievers <kay.sievers(a)vrfy.org> Subject: block: move del_gendisk() from fs/partitions/check.c to block/genhd.c Disk code belongs into genhd, not into the p... 30 Jul 2010 06:25
[PATCH 3/4] posix-cpu-timers: Wider access to the thread clocks
Per-thread clocks are so far accessible only within the same thread group. This patch makes it possible to get this information for any thread of the same user and for a user with CAP_SYS_ADMIN capability. same_thread_group is not used anymore because if the thread is in the same thread group as 'current' then t... 30 Jul 2010 06:25
[PATCH 0/4] Wall time clocks + change in access rules
My another attempt to get my patches reviewed. For the convenience of a prospective reviewer I've written a set of tests for this kernel change. One may get them using: git clone http://pentium.hopto.org/~thinred/repos/clock-test.git During our work we encountered a problem of obtaining a reliable and fine-gra... 30 Jul 2010 06:25
block: move del_gendisk() from fs/partitions/check.c to block/genhd.c
On Fri, Jul 30, 2010 at 11:39:01AM +0200, Kay Sievers wrote: From: Kay Sievers <kay.sievers(a)vrfy.org> Subject: block: move del_gendisk() from fs/partitions/check.c to block/genhd.c Disk code belongs into genhd, not into the partition scanner code. Sounds fine for del_gendisk, but read_dev_sector which i... 30 Jul 2010 07:30
[PATCH] block: move del_gendisk() from fs/partitions/check.c to block/genhd.c
From: Kay Sievers <kay.sievers(a)vrfy.org> Subject: block: move del_gendisk() from fs/partitions/check.c to block/genhd.c Disk code belongs into genhd, not into the partition scanner code. Signed-Off-By: Kay Sievers <kay.sievers(a)vrfy.org> --- block/genhd.c | 52 ++++++++++++++++++++++++++++++++++++++++... 30 Jul 2010 06:25
AppArmor: misc. base functions and defines
On Fri, Jul 30, 2010 at 12:47 AM, John Johansen <john.johansen(a)canonical.com> wrote: +/** + * kvmalloc - do allocation preferring kmalloc but falling back to vmalloc + * @size: size of allocation + * + * Return: allocated buffer or NULL if failed + * + * It is possible that policy being loaded fro... 30 Jul 2010 11:52
[RFC] transfer ASYNC vmscan writeback IO to the flusher threads
> On Fri, Jul 30, 2010 at 07:23:30AM +0800, Dave Chinner wrote: On Thu, Jul 29, 2010 at 07:51:42PM +0800, Wu Fengguang wrote: Andrew, It's possible to transfer ASYNC vmscan writeback IOs to the flusher threads. This simple patchset shows the basic idea. Since it's a big behavior change... 30 Jul 2010 06:25
First  |  Prev |  Next  |  Last
Pages: 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341