From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161106AbWGNPAY (ORCPT ); Fri, 14 Jul 2006 11:00:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030455AbWGNPAY (ORCPT ); Fri, 14 Jul 2006 11:00:24 -0400 Received: from smtp.osdl.org ([65.172.181.4]:38805 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1030453AbWGNPAX (ORCPT ); Fri, 14 Jul 2006 11:00:23 -0400 Date: Fri, 14 Jul 2006 08:00:06 -0700 From: Andrew Morton To: Reuben Farrelly Cc: linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net Subject: Re: 2.6.18-rc1-mm2 Message-Id: <20060714080006.bac6e937.akpm@osdl.org> In-Reply-To: <44B7804E.4030908@reub.net> References: <20060713224800.6cbdbf5d.akpm@osdl.org> <44B7804E.4030908@reub.net> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 14 Jul 2006 23:30:22 +1200 Reuben Farrelly wrote: > > > On 14/07/2006 5:48 p.m., Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc1/2.6.18-rc1-mm2/ > > > > - Patches were merged, added, dropped and fixed. Nothing particularly exciting. > > > > - Added the avr32 architecture. Review is sought, please. > > Another oops, USB related perhaps? Yes, or driver core. > Fedora Core release 5.90 (Test) > Kernel 2.6.18-rc1-mm2 on an x86_64 > > tornado.reub.net login: Unable to handle kernel NULL pointer dereference at > 0000000000000020 RIP: > [] __lock_acquire+0x81/0xcbb > PGD 27153067 PUD 27152067 PMD 0 > Oops: 0000 [1] SMP > last sysfs file: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/usbdev2.4/dev > CPU 0 > Modules linked in: hidp rfcomm l2cap bluetooth ipv6 ip_gre iptable_filter > iptable_nat ip_nat ip_conntrack nfnetlink iptable_mangle ip_tables binfmt_misc > iTCO_wdt i2c_i801 serio_raw > Pid: 104, comm: khubd Not tainted 2.6.18-rc1-mm2 #1 > RIP: 0010:[] [] __lock_acquire+0x81/0xcbb > RSP: 0018:ffff81003f2ddc98 EFLAGS: 00010046 > RAX: 0000000000000002 RBX: 0000000000000246 RCX: 0000000000000000 > RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 > RBP: ffff81003f2ddd08 R08: 0000000000000001 R09: 0000000000000000 > R10: ffffffff80488338 R11: 0000000000000001 R12: 0000000000000000 > R13: ffffffff805ac760 R14: ffff810037f96140 R15: 0000000000000018 > FS: 0000000000000000(0000) GS:ffffffff808af000(0000) knlGS:0000000000000000 > CS: 0010 DS: 0018 ES: 0018 CR0: 000000008005003b > CR2: 0000000000000020 CR3: 000000002725c000 CR4: 00000000000006e0 > Process khubd (pid: 104, threadinfo ffff81003f2dc000, task ffff810037f96140) > Stack: ffffffff80263d05 0000000000000246 ffff81003ec0f4f0 ffff810012202370 > 000000003f2ddcd8 0000000000000002 0000000000000000 ffff81003ec0f4e8 > ffff81003f2ddd08 0000000000000246 0000000000000000 ffffffff805ac760 > Call Trace: > [] lock_acquire+0x4f/0x75 > [] _spin_lock+0x25/0x34 > [] klist_remove+0x15/0x36 > [] bus_remove_device+0xa7/0xc9 > [] device_del+0x162/0x195 > [] usb_disconnect+0xbb/0x10e > [] hub_thread+0x3ff/0xc36 > [] kthread+0xd3/0x100 > [] child_rip+0x8/0x12 > > Code: 49 8b 5f 08 48 85 db 0f 85 4e 03 00 00 49 83 3f 00 75 03 4d > RIP [] __lock_acquire+0x81/0xcbb > RSP > CR2: 0000000000000020 > > I didn't see this one but more than likely it happened when my 2 yr old hit the > KVM "change console" button (it's a USB KVM and there are no other USB devices > on the system). > n->n_klist is NULL in klist_remove().