[PATCH] sched: update comments to make docbook happy
Docbook fails in sched_fair.c due to comments added in the asymmetric packing patch series. This fixes these errors. No code changes. Signed-off-by: Michael Neuling <mikey(a)neuling.org> --- Index: linux-2.6-ozlabs/kernel/sched_fair.c =================================================================== --- l... 9 Jun 2010 23:07
MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE file patterns
On Thu, 2010-06-10 at 09:47 +0800, Wan ZongShun wrote: Hi Joe, Hi. 2010/6/10 Joe Perches <joe(a)perches.com>: Signed-off-by: Joe Perches <joe(a)perches.com> Cc: Wan ZongShun <mcuos.com(a)gmail.com> --- MAINTAINERS | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) dif... 9 Jun 2010 22:01
MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE file patterns
Hi Joe, 2010/6/10 Joe Perches <joe(a)perches.com>: Signed-off-by: Joe Perches <joe(a)perches.com> Cc:  Wan ZongShun <mcuos.com(a)gmail.com> ---  MAINTAINERS |    3 +--  1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2af46b6..9046e97 100644 --- a/MAI... 9 Jun 2010 22:01
only drop root anon_vma if not self
On Thu, Jun 10, 2010 at 9:16 AM, Rik van Riel <riel(a)redhat.com> wrote: On Wed, 9 Jun 2010 17:19:02 +0800 Dave Young <hidave.darkstar(a)gmail.com> wrote: Manually bisected mm patches, the memleak caused by following patch: mm-extend-ksm-refcounts-to-the-anon_vma-root.patch So I guess... 11 Jun 2010 22:32
[PATCH 4/4] staging: rtl8192u: fix checkpatch.pl issues to line 3500 Fix most problems pointed out by checkpatch.pl in file r8192U_core.c up to line 3500
Signed-off-by: Mike Gilks <mike.kernel(a)gilksonline.com> --- drivers/staging/rtl8192u/r8192U_core.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index 14ef649..6f20518 100644 --- a/drivers... 9 Jun 2010 22:01
[PATCH 2/4] staging: rtl8192u: fix checkpatch.pl issues to line 3200 Fix most problems pointed out by checkpatch.pl in file r8192U_core.c up to line 3200
Signed-off-by: Mike Gilks <mike.kernel(a)gilksonline.com> --- drivers/staging/rtl8192u/r8192U_core.c | 81 +++++++++++++++++--------------- 1 files changed, 43 insertions(+), 38 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index 8b6aacb..f66d66e 10064... 9 Jun 2010 22:01
[PATCH 3/4] staging: rtl8192u: fix checkpatch.pl issues to line 3400 Fix most problems pointed out by checkpatch.pl in file r8192U_core.c up to line 3400 Starting at line 3299 there are some long lines I cannot get rid of. An actual developer may be
Signed-off-by: Mike Gilks <mike.kernel(a)gilksonline.com> --- drivers/staging/rtl8192u/r8192U_core.c | 137 +++++++++++++++++++------------- 1 files changed, 80 insertions(+), 57 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index f66d66e..14ef649 10064... 9 Jun 2010 22:01
(none)
Subject: line length issues in patches In-Reply-To: There are some long lines around line 3200 that I can not get rid of. I think this needs someone smarter than me. Mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More ... 9 Jun 2010 22:01
linux-next: build failure after merge of the kbuid-current tree
Hi Michal, After merging the kbuild-current tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: /bin/sh: line 1: init/modules.builtin: No such file or directory make[2]: *** [init/modules.builtin] Error 1 make[1]: *** [init/modules.builtin] Error 2 Caused by commit 2da30e703c5a56e2724... 9 Jun 2010 22:01
[PATCH 1/1] signals: introduce send_sigkill() helper
Cleanup, no functional changes. There are a lot of buggy SIGKILL users in kernel. For example, almost every force_sig(SIGKILL) is wrong. force_sig() is not safe, it assumes that the task has the valid ->sighand, and in general it should be used only for synchronous signals. send_sig(SIGKILL, p, 1) or send_xxx(SE... 9 Jun 2010 22:01