[tip:perf/core] ftrace: Remove record freezing
Commit-ID: f24bb999d2b9f2950e5cac5b69bffedf73c24ea4 Gitweb: http://git.kernel.org/tip/f24bb999d2b9f2950e5cac5b69bffedf73c24ea4 Author: Masami Hiramatsu <mhiramat(a)redhat.com> AuthorDate: Tue, 2 Feb 2010 16:49:25 -0500 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Thu, 4 Feb 2010 09:36:19 +0100 ftr... 4 Feb 2010 05:34
GFS2: Pre-pull patch posting (fixes)
Hi, Here are a couple of patches which between them fix a problem where occasionally it was possible for the GFS2 module to be unloaded before all the glocks were deallocated, which, needless to say, made the slab allocator unhappy, Steve. -- To unsubscribe from this list: send the line "unsubscribe linux-... 4 Feb 2010 05:34
ohci1394_dma=early crash since 2.6.32 (was Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0)
>>> "Justin P. Mattock" <justinmattock(a)gmail.com> 04.02.10 00:05 >>> [ 0.000000] 0100000000 - 0140000000 page 2M [ 0.000000] kernel direct mapping tables up to 140000000 @ b000-11000 [ 0.000000] init_ohci1394_dma: initializing OHCI-1394 at 05:00.0 [ 0.000000] bootmem alloc of 4096 bytes failed! [ 0.... 24 Feb 2010 09:44
[PATCH 1/6] lis3: Add missing constants for 8bit device
Definitions for click were missing. Signed-off-by: Samu Onkalo <samu.p.onkalo(a)nokia.com> --- drivers/hwmon/lis3lv02d.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/hwmon/lis3lv02d.h b/drivers/hwmon/lis3lv02d.h index e6a01f4..692e244 100644 --- a/drivers/hwmon/lis... 4 Feb 2010 04:28
[PATCH v2] core: workqueue: return on workqueue recursion
When the workqueue is flushed from workqueue context (recursively), the system enters a strange state where things at random (dependent on the global workqueue) start misbehaving. For example, for us the console and logins locks up while the web server continues running. The system becomes unstable since the work... 4 Feb 2010 03:22
syslog: distinguish between /proc/kmsg and syscalls
On Thu, Feb 4, 2010 at 00:36, Kees Cook <kees.cook(a)canonical.com> wrote: @@ -888,12 +889,16 @@ error:  /**  * cap_syslog - Determine whether syslog function is permitted  * @type: Function requested + * @from_file: Whether this request came from an open file (i.e. /proc)  *  * Determine whether the... 4 Feb 2010 03:22
[PATCH 5/7] edac: mpc85xx use resource_size instead of raw math
From: H Hartley Sweeten <hsweeten(a)visionengravers.com> Use resource_size() instead of arithmatic. Signed-off-by: H Hartley Sweeten <hsweeten(a)visionengravers.com> Signed-off-by: Doug Thompson <dougthompson(a)xmission.com> Acked-by: Dave Jiang <djiang(a)mvista.com> --- mpc85xx_edac.c | 7 +++---- 1 file change... 4 Feb 2010 02:17
[PATCH 1/7] edac: mpc85xx fix bad page calculation
From: Peter Tyser <ptyser(a)xes-inc.com> Commit b4846251727a38a7f248e41308c060995371dd05 accidentally broke how a chip select's first and last page addresses are calculated. The page addresses are being shifted too far right by PAGE_SHIFT. This results in errors such as: EDAC MPC85xx MC1: Err addr: 0x003075c... 4 Feb 2010 02:17
irda: unbalanced lock_kernel in irnet_ppp
From: Thadeu Lima de Souza Cascardo <cascardo(a)holoscopio.com> Date: Mon, 1 Feb 2010 16:21:34 -0200 Add the missing unlock_kernel in one ioctl operation. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo(a)holoscopio.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-k... 4 Feb 2010 00:07
um: remove dma_sync_single_range
From: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Date: Thu, 4 Feb 2010 12:13:25 +0900 dma_sync_single_for_cpu/for_device supports a partial sync so there is no point to have dma_sync_single_range (also dma_sync_single was obsoleted long ago, replaced with dma_sync_single_for_cpu/for_device). Th... 3 Feb 2010 23:01