loop: Update mtime when writing using aops
On Thu, Apr 08 2010, Nikanth Karthikesan wrote: Update mtime when writing to backing filesystem using the address space operations write_begin and write_end. You forgot to include a 'why' :-) Not that I disagree with the patch, just curious what made you make the change. -- Jens Axboe -- To unsubs... 9 Apr 2010 02:20
[PATCH] perf: Fix unsafe frame rewinding with hot regs fetching
On Thu, Apr 08, 2010 at 11:57:20AM +0200, Eric Dumazet wrote: Hello Current linux-2.6 tree panics on my dev machine 64 bit kernel, 32bit user land CONFIG_FRAME_POINTER=y perf timechart record & Instant crash Call Trace: perf_trace_sched_switch+0xd5/0x120 schedule+0x6b5/0... 8 Apr 2010 09:28
cxgb4i submission
From: Rakesh Ranjan <rakesh(a)chelsio.com> Date: Thu, 8 Apr 2010 17:44:12 +0530 This driver depends upon cxgb4 driver, posted recently on netdev and now part of net-next repo. It went into the net-2.6 repo, not net-next-2.6 And it is even in Linus's tree now. -- To unsubscribe from this list: send the l... 8 Apr 2010 09:28
[PATCH 28/28] Staging: comedi: fix print(k) coding style issue in aio_aio12_8.c
This is a patch to the aio_aio12_8.c that fixes up print(k) warnings found by the checkpatch.pl tool Signed-off-by: Maurice Dawson <mauricedawson2699(a)googlemail.com> --- drivers/staging/comedi/drivers/aio_aio12_8.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/come... 8 Apr 2010 08:21
hid: add support for cymotion master solar keyboard
On Thu, 8 Apr 2010, Raphaël Doursenaud wrote: Support the solar version of the Cherry's cymotion keyboard line using existing cherry driver. Signed-off-by: Raphaël Doursenaud <rdoursenaud(a)free.fr> Applied, thank you Raphaël. -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this lis... 8 Apr 2010 08:21
[PATCH 2.6.33.2 1/1] hid: add support for cymotion master solar keyboard
Support the solar version of the Cherry's cymotion keyboard line using existing cherry driver. Signed-off-by: Raphaël Doursenaud <rdoursenaud(a)free.fr> ... 8 Apr 2010 08:21
perf_fetch_caller_regs / rewind_frame_pointer can panic
On Thu, Apr 08, 2010 at 11:57:20AM +0200, Eric Dumazet wrote: Hello Current linux-2.6 tree panics on my dev machine 64 bit kernel, 32bit user land CONFIG_FRAME_POINTER=y perf timechart record & Instant crash Call Trace: perf_trace_sched_switch+0xd5/0x120 schedule+0x6b5/0... 8 Apr 2010 07:14
[PATCH] loop: Update mtime when writing using aops
Update mtime when writing to backing filesystem using the address space operations write_begin and write_end. Signed-off-by: Nikanth Karthikesan <knikanth(a)suse.de> --- diff --git a/drivers/block/loop.c b/drivers/block/loop.c index cb69929..8546d12 100644 --- a/drivers/block/loop.c +++ b/drivers/block/loop.... 8 Apr 2010 07:14
Hello
Good Day, I have a Business Proposal of $21,300,000.00 for you to handle with me from my bank.please contact me on {icbc_liuling_001(a)yahoo.com.hk} with your Full names,occupation,private phone number,current residential address. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body ... 8 Apr 2010 07:14
[PATCH] slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACING
In slab, all __xxx_track_caller is defined on CONFIG_DEBUG_SLAB || CONFIG_TRACING, thus caller tracking function should be worked for CONFIG_TRACING. But if CONFIG_DEBUG_SLAB is not set, include/linux/slab.h will define xxx_track_caller to __xxx() without consideration of CONFIG_TRACING. This will break the caller t... 8 Apr 2010 07:14