From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750810AbWGCL0A (ORCPT ); Mon, 3 Jul 2006 07:26:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750853AbWGCL0A (ORCPT ); Mon, 3 Jul 2006 07:26:00 -0400 Received: from smtp.osdl.org ([65.172.181.4]:33669 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1750810AbWGCLZ7 (ORCPT ); Mon, 3 Jul 2006 07:25:59 -0400 Date: Mon, 3 Jul 2006 04:25:25 -0700 From: Andrew Morton To: Reuben Farrelly Cc: linux-kernel@vger.kernel.org, greg@kroah.com, brice@myri.com Subject: Re: 2.6.17-mm6 Message-Id: <20060703042525.ab17f936.akpm@osdl.org> In-Reply-To: <44A8F8D2.1030101@reub.net> References: <20060703030355.420c7155.akpm@osdl.org> <44A8F8D2.1030101@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 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?