From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750841AbWGCMfV (ORCPT ); Mon, 3 Jul 2006 08:35:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750913AbWGCMfV (ORCPT ); Mon, 3 Jul 2006 08:35:21 -0400 Received: from tornado.reub.net ([202.89.145.182]:64452 "EHLO tornado.reub.net") by vger.kernel.org with ESMTP id S1750841AbWGCMfU (ORCPT ); Mon, 3 Jul 2006 08:35:20 -0400 Message-ID: <44A90EE7.2010806@reub.net> Date: Tue, 04 Jul 2006 00:34:47 +1200 From: Reuben Farrelly User-Agent: Thunderbird 3.0a1 (Windows/20060702) MIME-Version: 1.0 To: Andrew Morton CC: linux-kernel@vger.kernel.org, greg@kroah.com, brice@myri.com Subject: Re: 2.6.17-mm6 References: <20060703030355.420c7155.akpm@osdl.org> <44A8F8D2.1030101@reub.net> <20060703042525.ab17f936.akpm@osdl.org> In-Reply-To: <20060703042525.ab17f936.akpm@osdl.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 3/07/2006 11:25 p.m., Andrew Morton wrote: > On Mon, 03 Jul 2006 23:00:34 +1200 > Reuben Farrelly wrote: > >> >> On 3/07/2006 10:03 p.m., Andrew Morton wrote: >>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17/2.6.17-mm6/ >>> >>> >>> - A major update to the e1000 driver. >>> >>> - 1394 updates >> >> audit: initializing netlink socket (disabled) >> audit(1151924044.008:1): initialized >> SELinux: Registering netfilter hooks >> Initializing Cryptographic API >> io scheduler noop registered >> io scheduler anticipatory registered >> io scheduler deadline registered (default) >> PCI: Setting latency timer of device 0000:00:1c.0 to 64 >> assign_interrupt_mode Found MSI capability >> Allocate Port Service[0000:00:1c.0:pcie0] >> Allocate Port Service[0000:00:1c.0:pcie0] > > Looks like the enumeration of the PCIE devices failed to increment something. > >> kobject_add failed for 0000:00:1c.0:pcie0 with -EEXIST, don't try to register >> things with the same name in the same directory. >> >> Call Trace: >> [] kobject_put+0x19/0x21 >> [] kobject_add+0x181/0x1ac >> [] device_add+0x88/0x4b9 >> [] device_register+0x19/0x27 >> [] pcie_port_device_register+0x3a0/0x3de >> [] pcibios_set_master+0x7f/0x86 >> [] pcie_portdrv_probe+0x64/0x80 >> [] pci_device_probe+0x4d/0x78 >> [] driver_probe_device+0x5c/0xb4 >> [] __driver_attach+0x67/0xb9 >> [] __driver_attach+0x0/0xb9 >> [] bus_for_each_dev+0x4f/0x79 >> [] driver_attach+0x1c/0x1e >> [] bus_add_driver+0x7a/0x143 >> [] driver_register+0x9f/0xa6 >> [] __pci_register_driver+0x59/0x7e >> [] pcie_portdrv_init+0x1c/0x30 >> [] init+0x14e/0x2d0 >> [] child_rip+0x8/0x12 >> [] init+0x0/0x2d0 >> [] child_rip+0x0/0x12 >> >> The trace shows up 5 times in quick succession, all traces looking the same....... >> >> Box otherwise boots up OK. > > I'd be supecting the changes in drivers/base/core.c. Does 2.6.17-git19 do > the same thing? No. It seems to be fine. I'll post a dmesg from that too if you like. Reuben