Return-Path: MIME-Version: 1.0 In-Reply-To: <20091010134517.GA2855@darkstar.tsinghua.edu.cn> References: <4AC59D8A.6000102@hartkopp.net> <4AC6247E.7050308@hartkopp.net> <20091003070622.GA4110@darkstar> <4AC71CAA.9090704@hartkopp.net> <20091004180635.GA11272@vigoh> <20091009004452.GA2395@darkstar> <1255171112.19127.1.camel@localhost.localdomain> <20091010134517.GA2855@darkstar.tsinghua.edu.cn> Date: Sun, 11 Oct 2009 10:39:36 +0800 Message-ID: Subject: Re: [BUG net-2.6] bluetooth/rfcomm : sleeping function called from invalid context at mm/slub.c:1719 From: Dave Young To: Marcel Holtmann Cc: "Gustavo F. Padovan" , Oliver Hartkopp , Linux Netdev List , linux-bluetooth@vger.kernel.org, "Gustavo F. Padovan" Content-Type: text/plain; charset=UTF-8 List-ID: On Sat, Oct 10, 2009 at 9:45 PM, Dave Young wro= te: > On Sat, Oct 10, 2009 at 12:38:32PM +0200, Marcel Holtmann wrote: >> Hi Dave, >> >> > > * Dave Young [2009-10-04 11:26:17 +0800]= : >> > > >> > > > >> > > > I can reproduce the bug. >> > > > >> > > > It's probably caused by the l2cap changes by =C2=A0Gustavo F. Pado= van >> > > > , I didn't see such problem after rever= ting >> > > > Gustavo's patch series. >> > > >> > > I can't reproduce the bug. I'm trying to reproduce it to figure out = what of >> > > my changes cause it. >> > > >> > > I' running >> > > >> > > $ dund -snu -i 00:11:67:CD:0F:CB # to pretend to be dialup/telephone >> > > >> > > and on the other side >> > > >> > > $ rfcomm bind 0 00:11:67:CD:0F:CB 1 >> > > $ wvdial =C2=A0# wvdial to /dev/rfcomm0 >> > > >> > > Both sides are on the same machine. Do you see any real difference >> > > between my try and the call that get the bug? >> > > >> > >> > Hi oliver >> > >> > Could try following patch? >> > --- >> > >> > When shutdown ppp connection, lockdep waring about non-static key >> > will happen, it is caused by the lock is not initialized properly >> > at that time. >> > >> > Fix with tuning the lock/skb_queue_head init order >> > >> > [ =C2=A0 94.339261] INFO: trying to register non-static key. >> > [ =C2=A0 94.342509] the code is fine but needs lockdep annotation. >> > [ =C2=A0 94.342509] turning off the locking correctness validator. >> > [ =C2=A0 94.342509] Pid: 0, comm: swapper Not tainted 2.6.31-mm1 #2 >> > [ =C2=A0 94.342509] Call Trace: >> > [ =C2=A0 94.342509] =C2=A0[] register_lock_class+0x58/0x241 >> > [ =C2=A0 94.342509] =C2=A0[] ? __lock_acquire+0xb57/0xb73 >> > [ =C2=A0 94.342509] =C2=A0[] __lock_acquire+0xac/0xb73 >> > [ =C2=A0 94.342509] =C2=A0[] ? lock_release_non_nested+0x17b= /0x1de >> > [ =C2=A0 94.342509] =C2=A0[] lock_acquire+0x67/0x84 >> > [ =C2=A0 94.342509] =C2=A0[] ? skb_dequeue+0x15/0x41 >> > [ =C2=A0 94.342509] =C2=A0[] _spin_lock_irqsave+0x2f/0x3f >> > [ =C2=A0 94.342509] =C2=A0[] ? skb_dequeue+0x15/0x41 >> > [ =C2=A0 94.342509] =C2=A0[] skb_dequeue+0x15/0x41 >> > [ =C2=A0 94.342509] =C2=A0[] ? _read_unlock+0x1d/0x20 >> > [ =C2=A0 94.342509] =C2=A0[] skb_queue_purge+0x14/0x1b >> > [ =C2=A0 94.342509] =C2=A0[] l2cap_recv_frame+0xea1/0x115a [= l2cap] >> > [ =C2=A0 94.342509] =C2=A0[] ? __lock_acquire+0xb57/0xb73 >> > [ =C2=A0 94.342509] =C2=A0[] ? mark_lock+0x1e/0x1c7 >> > [ =C2=A0 94.342509] =C2=A0[] ? hci_rx_task+0xd2/0x1bc [bluet= ooth] >> > [ =C2=A0 94.342509] =C2=A0[] l2cap_recv_acldata+0xb1/0x1c6 [= l2cap] >> > [ =C2=A0 94.342509] =C2=A0[] hci_rx_task+0x106/0x1bc [blueto= oth] >> > [ =C2=A0 94.342509] =C2=A0[] ? l2cap_recv_acldata+0x0/0x1c6 = [l2cap] >> > [ =C2=A0 94.342509] =C2=A0[] tasklet_action+0x69/0xc1 >> > [ =C2=A0 94.342509] =C2=A0[] __do_softirq+0x94/0x11e >> > [ =C2=A0 94.342509] =C2=A0[] do_softirq+0x36/0x5a >> > [ =C2=A0 94.342509] =C2=A0[] irq_exit+0x35/0x68 >> > [ =C2=A0 94.342509] =C2=A0[] do_IRQ+0x72/0x89 >> > [ =C2=A0 94.342509] =C2=A0[] common_interrupt+0x2e/0x34 >> > [ =C2=A0 94.342509] =C2=A0[] ? pm_qos_add_requirement+0x63/0= x9d >> > [ =C2=A0 94.342509] =C2=A0[] ? acpi_idle_enter_bm+0x209/0x23= 8 >> > [ =C2=A0 94.342509] =C2=A0[] cpuidle_idle_call+0x5c/0x94 >> > [ =C2=A0 94.342509] =C2=A0[] cpu_idle+0x4e/0x6f >> > [ =C2=A0 94.342509] =C2=A0[] rest_init+0x53/0x55 >> > [ =C2=A0 94.342509] =C2=A0[] start_kernel+0x2f0/0x2f5 >> > [ =C2=A0 94.342509] =C2=A0[] i386_start_kernel+0x91/0x96 >> > >> > Reported-by: Oliver Hartkopp >> > Signed-off-by: Dave Young >> >> actually Gustavo send a patch titled "Initialize variables and timers >> for both channel's sides" that should fix this, too. Can we test that >> patch before I include this one. Marcel, I tested Gustavo's latest patch series including the "Initialize variables and timers for both channel". Lockdep warning still happen. >> > > Hi, marcel, of course. > >> Regards >> >> Marcel >> >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-bluetoot= h" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at =C2=A0http://vger.kernel.org/majordomo-info.html > --=20 Regards dave