Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755728AbWKQPYa (ORCPT ); Fri, 17 Nov 2006 10:24:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755730AbWKQPYa (ORCPT ); Fri, 17 Nov 2006 10:24:30 -0500 Received: from hp3.statik.TU-Cottbus.De ([141.43.120.68]:44775 "EHLO hp3.statik.tu-cottbus.de") by vger.kernel.org with ESMTP id S1755727AbWKQPY2 (ORCPT ); Fri, 17 Nov 2006 10:24:28 -0500 Message-ID: <455DD42B.1020004@s5r6.in-berlin.de> Date: Fri, 17 Nov 2006 16:24:27 +0100 From: Stefan Richter User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.8) Gecko/20061030 SeaMonkey/1.0.6 MIME-Version: 1.0 To: Mattia Dongili , Greg KH CC: Andrew Morton , linux-kernel@vger.kernel.org, linux1394-devel@lists.sourceforge.net, bcollins@debian.org Subject: Re: 2.6.19-rc5-mm2 (Oops in class_device_remove_attrs during nodemgr_remove_host) References: <20061114014125.dd315fff.akpm@osdl.org> <20061116171715.GA3645@inferi.kami.home> <455CAE0F.1080502@s5r6.in-berlin.de> <20061116203926.GA3314@inferi.kami.home> <455CEB48.5000906@s5r6.in-berlin.de> <20061117071650.GA4974@inferi.kami.home> <455DCEF7.3060906@s5r6.in-berlin.de> In-Reply-To: <455DCEF7.3060906@s5r6.in-berlin.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2503 Lines: 61 I wrote: > Mattia Dongili wrote: >>>> http://oioio.altervista.org/linux/2.6.19-rc5-mm2-1-ko > and > http://oioio.altervista.org/linux/config-2.6.19-rc5-mm2-1 > | # CONFIG_SYSFS_DEPRECATED is not set > > | ieee1394: Node removed: ID:BUS[0-00:1023] GUID[080046030227e7bb] > | ieee1394: Node removed: ID:BUS[20754571-38:0455] GUID[00000000f8ee6067] > | BUG: unable to handle kernel NULL pointer dereference at virtual > address 000000a4 > | printing eip: > | c0238c60 > | *pde = 00000000 > | Oops: 0000 [#1] > | SMP > | last sysfs file: /devices/pci0000:00/0000:00:00.0/class > [...] > | EIP is at class_device_remove_attrs+0xd/0x34 > | eax: f7e02b8c ebx: 00000000 ecx: ffffffff edx: 00000000 > | esi: 00000000 edi: f7e02b8c ebp: f7629e04 esp: f7629df8 > | ds: 007b es: 007b ss: 0068 > | Process rmmod (pid: 2419, ti=f7628000 task=f702a550 task.ti=f7628000) > | Stack: f7e02b8c f7e02b94 00000000 f7629e20 c0238d47 00000000 f7e02a30 > f7e02b8c > | f7e02a30 00000000 f7629e2c c0238d82 f7e029f4 f7629e54 f8d5da3d > f8d63087 > | 013cb08b 00000026 000001c7 f8ee6067 00000000 00000000 f8d5da52 > f7629e5c > | Call Trace: > | [] class_device_del+0xc0/0xf0 > | [] class_device_unregister+0xb/0x15 > | [] nodemgr_remove_ne+0x64/0x79 [ieee1394] > | [] __nodemgr_remove_host_dev+0xb/0xf [ieee1394] > | [] device_for_each_child+0x1d/0x46 > | [] nodemgr_remove_host+0x36/0x5d [ieee1394] > | [] __unregister_host+0x1b/0x9c [ieee1394] > | [] highlevel_remove_host+0x24/0x47 [ieee1394] > | [] hpsb_remove_host+0x3b/0x5c [ieee1394] > | [] ohci1394_pci_remove+0x47/0x1c7 [ohci1394] > | [] pci_device_remove+0x19/0x39 > > Either the FireWire host's device->klist_children was overwritten before > the call to device_for_each_child or *during* the run of device_for_each_child, which first successfully called nodemgr_remove_ne for node [0-00:1023] but then stumbled over the false node [20754571-38:0455]. > (perhaps nodemgr didn't hold a reference which it should have), or/and > all of this is an issue with the ongoing migration away from class_device. -- Stefan Richter -=====-=-==- =-== =---= http://arcgraph.de/sr/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/