inconsistent IN-HARDIRQ-W -> HARDIRQ-ON-W usage: fasync, 2.6.35-rc3
Hi! A pristine -rc3 kernel resulted in this warning: [ 3525.895950] [ 3525.895954] ================================= [ 3525.895959] [ INFO: inconsistent lock state ] [ 3525.895963] 2.6.35-rc3 #235 [ 3525.895965] --------------------------------- [ 3525.895968] inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} u... 16 Jun 2010 16:35
v2.6.35-rc3: BUG: using smp_processor_id() in preemptible [00000000] code: modprobe/1255
[ 7.582027] BUG: using smp_processor_id() in preemptible [00000000] code: modprobe/1255 [ 7.582038] caller is nr_iowait_cpu+0x15/0x2b [ 7.582044] Pid: 1255, comm: modprobe Not tainted 2.6.35-rc3 #87 [ 7.582048] Call Trace: [ 7.582059] [<ffffffff81185470>] debug_smp_processor_id+0xc4/0xe0 [ 7.582... 15 Jun 2010 15:24
MTD: Nand: Add JZ4740 NAND driver
On Wed, 2010-06-02 at 21:12 +0200, Lars-Peter Clausen wrote: This patch adds support for the NAND controller on JZ4740 SoCs. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> Cc: David Woodhouse <dwmw2(a)infradead.org> Cc: linux-mtd(a)lists.infradead.org --- drivers/mtd/nand/Kconfig | 6 +... 18 Jul 2010 13:47
These are my first patches to the kernel
On 06/12/2010 03:17 PM, K.de Jong wrote: From 6b9ac8708d856a425a9aaa598acdea3d89485bde Mon Sep 17 00:00:00 2001 From: UndiFineD<k.dejong(a)undifined.nl> Date: Sat, 12 Jun 2010 00:24:28 +0200 Subject: [PATCH] These are my first patches to the kernel Janitor patches to kvm Linus2.6: virt/kvm/ ... 13 Jun 2010 10:28
device-tree: Drop properties with "/" in their name
On Wed, 19 May 2010 at 22:32, Michael Ellerman wrote: Some bogus firmwares include properties with "/" in their name. This causes problems when creating the /proc/device-tree file system, because the slash is taken to indicate a directory. We don't care about those properties, and we don't want to encou... 13 Jun 2010 05:04
[PATCH 1/4] staging: rtl8192u: fix checkpatch.pl issues to line 4000 Fix most problems pointed out by checkpatch.pl in file r8192U_core.c up to line 4000
Signed-off-by: Mike Gilks <mike.kernel(a)gilksonline.com> --- drivers/staging/rtl8192u/r8192U_core.c | 343 ++++++++++++++++---------------- 1 files changed, 173 insertions(+), 170 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index 6f20518..21e3ac3 100... 13 Jun 2010 03:59
[PATCH] Add support for the C variable in the coccicheck script
This patch makes it possible to use the Coccinelle checker with the C variable of the build system. To check only newly edited code, the following command may be used: 'make C={1,2} CHECK="scripts/coccicheck"' This runs every semantic patch in scripts/coccinelle by default. The COCCI variable may additionally ... 13 Jun 2010 03:59
(none)
Subject:r8192U_core.c Last pass In-Reply-To: This is the last patch I can manage for this file. Everything else to do with checkpatch.pl issues may require an actual developer to look at it. Mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordo... 13 Jun 2010 03:59
2.6.35-rc3 - include/linux/fdtable.h:85 invoked rcu_dereference_check() without protection!
[ 2074.377176] [ INFO: suspicious rcu_dereference_check() usage. ] [ 2074.377180] --------------------------------------------------- [ 2074.377185] include/linux/fdtable.h:85 invoked rcu_dereference_check() without protection! [ 2074.377189] [ 2074.377190] other info that might help us debug this: [ 2074.377191]... 13 Jun 2010 03:59
BUG: aim7/specjbb2005/fio hang due to commit: 597a264b1a9c7e36d1728f
The listed benchmark using loopback mode netio and all hang in 35-rc3 testing. Yanmin and I found it is due to the commit 597a264b1a9c7e36d1728f677c66c5c1f7e3b837. After revert this patch, all benchmarks can be recovered. Seems the following line is the suspicious. + /* + * bonding note: skbs... 13 Jun 2010 05:04