[PATCH 1/1] Staging: vt6655: fix brace coding style issue in ioctl.c
From f7413706dd9b5fc217aa738bb48d36b46ab65a98 Mon Sep 17 00:00:00 2001 From: Ng Kian Yong <ngky(a)comp.nus.edu.sg> Date: Fri, 2 Apr 2010 17:20:06 +0800 Subject: [PATCH 1/1] Staging: vt6655: fix brace coding style issue in ioctl.c This is a patch to the ioctl.c file that fixes up a brace warning found by the checkpa... 2 Apr 2010 07:06
mfd: off by one issue
Hi Dan, On Sun, Mar 28, 2010 at 02:28:08PM +0300, Dan Carpenter wrote: "pcf->irq_handler" has PCF50633_NUM_IRQ elements. Signed-off-by: Dan Carpenter <error27(a)gmail.com> Patch applied, many thanks. Cheers, Samuel. diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c index 0... 2 Apr 2010 06:01
[PATCH 1/1] Staging: vt6655: fix brace coding style issue in ioctl.c
From f7413706dd9b5fc217aa738bb48d36b46ab65a98 Mon Sep 17 00:00:00 2001 From: Ng Kian Yong <ngky(a)comp.nus.edu.sg> Date: Fri, 2 Apr 2010 17:20:06 +0800 Subject: [PATCH 1/1] Staging: vt6655: fix brace coding style issue in ioctl.c This is a patch to the ioctl.c file that fixes up a brace warning found by the checkpa... 2 Apr 2010 06:01
kernel BUG at kernel/workqueue.c:399!
Hello, received the following BUG with 2.6.33.1: Apr 2 01:05:01 hermes kernel: ------------[ cut here ]------------ Apr 2 01:05:01 hermes kernel: kernel BUG at kernel/workqueue.c:399! Apr 2 01:05:01 hermes kernel: invalid opcode: 0000 [#1] SMP Apr 2 01:05:01 hermes kernel: last sysfs file... 2 Apr 2010 06:01
race condition in mm/page_alloc.c regarding page->lru?
On Fri, Apr 02, 2010 at 02:03:23PM +0900, KOSAKI Motohiro wrote: Cc to Mel, 2 patches related to page_alloc.c were applied. Does anyone see a connection between the 2 patches and the panic? NOTE: the full patches are attached. I think your attached two patches are perfectly unrelated your p... 5 Apr 2010 07:11
[PATCH] namei.c : update mnt when it needed
update the mnt of the path when it is not equal to the new one. Signed-off-by: Huang Shijie <shijie8(a)gmail.com> --- fs/namei.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/namei.c b/fs/namei.c index a7dce91..9c3a040 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -523,9 +523,... 2 Apr 2010 06:01
(none)
<br><br>You have won 891,934.00 pounds Send Necessary :name,age,occupation, country -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.... 2 Apr 2010 06:01
backing-dev: Handle class_create() failure
On Fri, Apr 02 2010, Anton Blanchard wrote: I hit this when we had a bug in IDR for a few days. Basically sysfs would fail to create new inodes since it uses an IDR and therefore class_create would fail. While we are unlikely to see this fail we may as well handle it instead of oopsing. Thanks... 2 Apr 2010 03:53
[PATCH] devmem: Handle class_create() failure
I hit this when we had a bug in IDR for a few days. Basically sysfs would fail to create new inodes since it uses an IDR and therefore class_create would fail. While we are unlikely to see this fail we may as well handle it instead of oopsing. Signed-off-by: Anton Blanchard <anton(a)samba.org> --- Index: l... 2 Apr 2010 03:53
Block: Fix block/elevator.c elevator_get() off-by-one error
On Tue, Mar 30, 2010 at 5:21 PM, <wzt.wzt(a)gmail.com> wrote: elevator_get() not check the name length, if the name length > sizeof(elv), elv will miss the '\0'. And elv buffer will be replace "-iosched" as something like aaaaaaaaa, then call request_module() can load an not trust module. Signed-off-by: Z... 2 Apr 2010 03:52