[PATCH 15/16] PM: remove trailing space in message
Signed-off-by: Frans Pop <elendil(a)planet.nl> Cc: linux-pm(a)lists.linux-foundation.org Cc: Rafael J. Wysocki <rjw(a)sisk.pl> --- kernel/power/snapshot.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c index 36cb168..2eda407 100644 --- a/k... 8 Feb 2010 13:23
[PATCH 03/16] ia64: remove trailing space in messages
Signed-off-by: Frans Pop <elendil(a)planet.nl> Cc: linux-ia64(a)vger.kernel.org Cc: Tony Luck <tony.luck(a)intel.com> Cc: Fenghua Yu <fenghua.yu(a)intel.com> --- arch/ia64/ia32/sys_ia32.c | 4 ++-- arch/ia64/kernel/perfmon.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/ia64/ia3... 6 Feb 2010 12:59
[PATCH 12/16] cris/trivial: remove trailing space in message
In this case replaced with an extra period as an elipsis is usually three periods. Signed-off-by: Frans Pop <elendil(a)planet.nl> Cc: linux-cris-kernel(a)axis.com Cc: Jiri Kosina <trivial(a)kernel.org> --- arch/cris/arch-v32/drivers/sync_serial.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff -... 6 Feb 2010 12:59
PROBLEM: iwlagn kernel 2.6.32.3 ooops
Hi, This ooops happens on kernel 2.6.32.3. On a .32.7 it didn't happen yet. Maybe fixed, maybe not. Keywords (i.e., modules, networking, kernel): iwlagn, kernel 2.6.32.3 Below two msgs: The first is the ooops that occurred when using the box as usual (IRC: after this crash no rmmod && modprobe have ... 10 Feb 2010 04:29
[PATCH 2/2] allow printk delay after multi lines
printk delay help us to capture printk messages on some unconvenient senarios, but it is still not easy to read. Add another sysctl variable printk_delay_per_lines to make it more readable. We can set the lines according to screen height, then take pictures by camera. kmesg will delay printk_delay_per_lines * p... 6 Feb 2010 09:39
[PATCH 1/2] printk delay for each line break instead of callback
printk delay for every callback does not make sense, change to delay every line Signed-off-by: Dave Young <hidave.darkstar(a)gmail.com> --- kernel/printk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.orig/kernel/printk.c 2010-02-02 13:38:47.646659531 +0800 +++ linux-2.6/kernel/prin... 6 Feb 2010 09:39
Scheduler oddity
On Fri, 2010-02-05 at 19:33 +0300, malc wrote: Following test exhibits somewhat odd behaviour on, at least, 2.6.32.3 (ppc) and 2.6.29.1 (x86_64), perhaps someone could explain why. Expected behavior. SCHED_BATCH tasks do not wakeup preempt, preemption is tick driven. The writer therefore has time to fill... 6 Feb 2010 07:29
[PATCH 4/5] pps: add parallel port PPS signal generator
Hi Rodolfo, I've accidentally found your email in the archives of linuxpps list. Very strange that it didn't come to me directly because I was subscribed... В Fri, 5 Feb 2010 11:39:14 +0100 giometti at enneenne.com (Rodolfo Giometti) пишет: On Wed, Feb 03, 2010 at 11:56:50PM +0300, Alexander Gordeev... 6 Feb 2010 04:16
[PATCH 7/11] drivers/media: Correct NULL test
From: Julia Lawall <julia(a)diku.dk> In each case, the NULL test has been performed already. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r@ expression *x; expression e; identifier l; @@ if (x == NULL || ...) { ... when fo... 6 Feb 2010 04:15
[PATCH 8/11] drivers/net: Correct NULL test
From: Julia Lawall <julia(a)diku.dk> Test the value that was just allocated rather than the previously tested one. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r@ expression *x; expression e; identifier l; @@ if (x == NULL || .... 6 Feb 2010 04:15