[PATCH] freezer: only show the state of tasks refusing to freeze
show_state will dump all tasks state, so if freezer failed to freeze any task, kernel will dump all tasks state and flood the dmesg log. This patch makes freezer only show state of tasks refusing to freeze. Signed-off-by: Xiaotian Feng <dfeng(a)redhat.com> Cc: Pavel Machek <pavel(a)ucw.cz> Cc: Rafael J. Wysocki <rjw... 10 Mar 2010 05:17
[PATCH] Staging: comedi: fix whitespace coding style issues in comedi_fops.c
>From 426e01adc11b6ab12ca7059482a15fd33a6f427f Mon Sep 17 00:00:00 2001 From: Pieter De Praetere <pieterc.depraetere(a)ugent.be> Date: Wed, 10 Mar 2010 09:09:58 +0100 Subject: [PATCH] Staging: comedi: fix whitespace coding style issues in comedi_fops.c Solves warnings found by the checkpatch.pl tool: spaces before t... 10 Mar 2010 04:10
[PATCH] Staging: wlan-ng: Fixed 80-character line coding style issues in p80211req.c
Sorry to add this as an attachment, but copying and pasting corrupts the patch, and git is telling me that: "git: 'send-email' is not a git-command. See 'git --help'." (was following the instructions in http://www.tuxradar.com/content/newbies-guide-hacking-linux-kernel; I use Ubuntu 9.10). ... 10 Mar 2010 04:10
BUG: Is it a bug in Linux time() function or Linux OS calls?
Dear Srinivas Nayak, I don't suppose you're writing to a network mounted disk, with the network device's clock about half a second behind your test machine? Otherwise -- and I'm just guessing here, and will leave it to you to UTSL -- this could be explained by use of two different algorithms for converting ... 10 Mar 2010 13:04
[PATCH] get_maintainer: Repair STDIN usage
Commit 22dd5b0cba50a197aaa3bd2790a29ee2e8e4e372 (fix perlcritic warnings) broke the ability to handle STDIN because the three argument version of open() cannot handle standard IO-streams (which is mentioned in PerlBestPractices, too). Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Cc: Stephen Hemminger <shem... 10 Mar 2010 04:10
get_maintainer: Repair STDIN usage
On Wed, 2010-03-10 at 05:19 +0100, Wolfram Sang wrote: Commit 22dd5b0cba50a197aaa3bd2790a29ee2e8e4e372 (fix perlcritic warnings) broke the ability to handle STDIN because the three argument version of open() cannot handle standard IO-streams (which is mentioned in PerlBestPractices, too). Signed-off-by:... 10 Mar 2010 04:10
2.6.34-rc1: kernel BUG at mm/slab.c:2989!
Hello, mm experts, I triggered an mm bug today, the full backtrace is here: http://pastebin.ca/1831436 I am using yesterday's Linus tree. It's not easy to reproduce this, I got this very randomly. Some related config's are: CONFIG_SLAB=y CONFIG_SLABINFO=y # CONFIG_DEBUG_SLAB is not set Please let... 11 Mar 2010 12:17
[PATCH] Staging: phison: fix space before TAB coding style issue in phison.c This is a patch to the phison.c file that fixes up a space before TAB warning found by the checkpatch.pl tool Signed-off-by: Lin Chan Hsiao <linchan.hsiao@gmail.com>
From: matt <matt(a)matt-ubuntu.(none)> --- drivers/staging/phison/phison.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/phison/phison.c b/drivers/staging/phison/phison.c index 0c495ea..42783d7 100644 --- a/drivers/staging/phison/phison.c +++ b/drivers/staging/phis... 10 Mar 2010 04:10
[PATCHv2 0/4] tracing: function graph output for preempt/irqs-off tracers
hi, I'm sending reworked version of the graph output support for preemptirqsoff/preemptoff/irqsoff tracers. I made the graph output as an output event, so it could be shared within tracers - patch 1/4. I also added raw trace output for graph tracer. I have this one around for long time and it was quite hand... 10 Mar 2010 03:04
[PATCHv2 3/4] tracing: graph output support for preemptirqsoff/preemptoff tracers
hi, adding support for graph output for preemptirqsoff/preemptoff tracers. wbr, jirka Signed-off-by: Jiri Olsa <jolsa(a)redhat.com> --- kernel/trace/trace_irqsoff.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/kernel/trace/trace_irqsoff.c b/kernel/trace/trace_irqs... 10 Mar 2010 03:04