hotplug create_slot hang

Previous thread: nice and hyperthreading on atom by Phil Endecott on Saturday, September 6, 2008 - 8:43 am. (8 messages)

Next thread: [PATCH] Fix pointer arithmetic in hpt3xx driver code (3rd try) by Masoud Sharbiani on Saturday, September 6, 2008 - 10:18 am. (5 messages)
From: Yinghai Lu
Date: Saturday, September 6, 2008 - 10:15 am

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

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
--

From: Andrew Morton
Date: Saturday, September 6, 2008 - 12:44 pm

which kernel version is this?
--

From: Yinghai Lu
Date: Saturday, September 6, 2008 - 2:18 pm

On Sat, Sep 6, 2008 at 12:44 PM, Andrew Morton

current tip/master

two days ago works.

YH
--

From: Alex Chiang
Date: Saturday, September 6, 2008 - 2:50 pm

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?

Thanks.

/ac

--

From: Yinghai Lu
Date: Saturday, September 6, 2008 - 3:18 pm

after

pciehp: pciehp: slot already registered by another hotplug driver

never go on...

YH
--

From: Alex Chiang
Date: Saturday, September 6, 2008 - 9:59 pm

You said that it worked a few days ago, but is hanging now.

Can you bisect it?

Kenji-san, any ideas?

/ac

--

From: Kenji Kaneshige
Date: Monday, September 8, 2008 - 5:55 am

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

--

Previous thread: nice and hyperthreading on atom by Phil Endecott on Saturday, September 6, 2008 - 8:43 am. (8 messages)

Next thread: [PATCH] Fix pointer arithmetic in hpt3xx driver code (3rd try) by Masoud Sharbiani on Saturday, September 6, 2008 - 10:18 am. (5 messages)