First  |  Prev |  Next  |  Last
Pages: 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342
act_nat: the checksum of ICMP doesn't have pseudo header
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> No, the code is correct as is. We need to update the checksum even if the checksum ... 30 Jul 2010 10:46
[PATCH] block: move blk_register_queue() before uevent is send out
From: Kay Sievers <kay.sievers(a)vrfy.org> Subject: block: move blk_register_queue() before uevent is send out Sysfs attributes should be created before the device is announced to userspace. Createing attributes after the event makes it impossible to use them reliably from udev. The issue was found by Karel. ... 30 Jul 2010 05:20
Preview of changes to the Security susbystem for 2.6.36
The following is a summary of changes to the security subsystem for the 2.6.36 kernel, which may be found in my development tree at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6#next One issue which needs to be addressed is to confirm that there is consensus on the new Yama LSM m... 4 Aug 2010 12:30
[PATCH v2] dmaengine: Driver for Topcliff PCH DMA controller
Changes since v1: 1. Add support for all transfer width 2. Add the missing #ifndef guard in header file 3. Fix a warning reported by latest gcc --- Topcliff PCH is the platform controller hub that is going to be used in Intel's upcoming general embedded platforms. This adds the driver for Topcliff PCH DMA co... 30 Jul 2010 05:20
[PATCH] block: move register_disk() from fs/partitions/check.c to genhd.c and unexport it
From: Kay Sievers <kay.sievers(a)vrfy.org> Subject: block: move register_disk() from fs/partitions/check.c to genhd.c and unexport it Disk code belongs into genhd, not in the partition code. Follow-up patches will need to re-shuffle some code, which needs to be in one file, to fix bad sysfs attribute creation timi... 30 Jul 2010 05:20
[PATCH -mm] add DMA_xxBIT_MASK to feature-removal-schedule.txt
DMA_xxBIT_MASK macros were marked as deprecated in June 2009. One more year is long enough, I think. Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> --- Documentation/feature-removal-schedule.txt | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Documentation/featu... 30 Jul 2010 04:16
[PATCH 0/6] [RFC] Large weight differential leads to inefficient load balancing
Hi all, We have observed that a large weight differential between tasks on a runqueue leads to sub-optimal machine utilization and poor load balancing. For example, if you have lots of SCHED_IDLE tasks (sufficient number to keep the machine 100% busy) and a few SCHED_NORMAL soaker tasks, we see that the machine h... 30 Jul 2010 02:07
[PATCH 3/6] sched: add moving average of time spent servicing SCHED_NORMAL tasks
This patch adds a moving average of time spent servicing SCHED_NORMAL tasks. This metric is maintained at rq->norm_avg and is similar to rq->rt_avg. This is metric is used to provide a measure of cpu power available to run SCHED_IDLE tasks. Signed-off-by: Nikhil Rao <ncrao(a)google.com> --- kernel/sched.c |... 30 Jul 2010 02:07
[PATCH 4/6] sched: add sched_idle_balance argument to lb functions
This patch adds an extra sched_idle_balance argument to move_tasks, load_balance_fair and balance_tasks. This argument is required to differentiate between SCHED_NORMAL/SCHED_BATCH load balancing and SCHED_IDLE balancing. Signed-off-by: Nikhil Rao <ncrao(a)google.com> --- kernel/sched_fair.c | 18 ++++++++++----... 30 Jul 2010 02:07
[PATCH 1/6] sched: account SCHED_IDLE tasks on rq->idle_nr_running
Account SCHED_IDLE tasks on rq->idle_nr_running in addition to rq->nr_running. This is a preparatory patch for the SCHED_IDLE load balancer. Signed-off-by: Nikhil Rao <ncrao(a)google.com> --- kernel/sched.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/kernel/sched.c b/... 30 Jul 2010 02:07
First  |  Prev |  Next  |  Last
Pages: 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342