From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753737AbYIHM5T (ORCPT ); Mon, 8 Sep 2008 08:57:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752557AbYIHM5J (ORCPT ); Mon, 8 Sep 2008 08:57:09 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:58429 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752419AbYIHM5I (ORCPT ); Mon, 8 Sep 2008 08:57:08 -0400 Message-ID: <48C520A5.8060001@jp.fujitsu.com> Date: Mon, 08 Sep 2008 21:55:01 +0900 From: Kenji Kaneshige User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Alex Chiang , Yinghai Lu , Ingo Molnar , Linux Kernel Mailing List , Andrew Morton , "jbarnes@virtuousgeek.org" , kaneshige.kenji@jp.fujitsu.com Subject: Re: hotplug create_slot hang References: <86802c440809061015v21b6c1eat8718618a6ae25e47@mail.gmail.com> <20080906215041.GD27298@ldl.fc.hp.com> <86802c440809061518w1c74c0f4u4ccc7b6b0da7b398@mail.gmail.com> <20080907045954.GA1946@ldl.fc.hp.com> In-Reply-To: <20080907045954.GA1946@ldl.fc.hp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alex Chiang wrote: > * Yinghai Lu : >> On Sat, Sep 6, 2008 at 2:50 PM, Alex Chiang wrote: >>> * Yinghai Lu : >>>> calling pci_hotplug_init+0x0/0x1d >>>> pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >>>> initcall pci_hotplug_init+0x0/0x1d returned 0 after 11 msecs >>>> >>>> calling acpiphp_init+0x0/0x5f >>>> acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >>>> decode_hpp: Could not get hotplug parameters. Use defaults >>>> pci_create_slot: created pci_slot on 0000:07:00 >>>> acpiphp: Slot [1] registered >>>> decode_hpp: Could not get hotplug parameters. Use defaults >>>> pci_create_slot: created pci_slot on 0000:0d:00 >>>> acpiphp: Slot [2] registered >>>> initcall acpiphp_init+0x0/0x5f returned 0 after 105 msecs >>> Is this the hang? >>> >>>> calling pcied_init+0x0/0x7b >>>> pciehp: HPC vendor_id 8086 device_id 340a ss_vid 0 ss_did 0 >>>> pci_create_slot: inc refcount to 2 on 0000:07:00 >>>> pci_destroy_slot: dec refcount to 1 on 0000:07:00 >>>> pciehp: pci_hp_register failed with error -16 >>>> pciehp: pciehp: slot already registered by another hotplug driver >>> This failure is by design -- we only allow one hotplug driver to >>> claim a slot now, and it's "first one loaded wins". >>> >>> Unless you're talking about something else? >> after >> >> pciehp: pciehp: slot already registered by another hotplug driver >> >> never go on... > > You said that it worked a few days ago, but is hanging now. > > Can you bisect it? > > Kenji-san, any ideas? > I'm sorry, but I don't have any idea so far. Yinghai, does this happen even when pciehp is not configured? Thanks, Kenji Kaneshige