Re: [PATCH v8 09/22] PCI, ACPI: Add pci_root_hp hot removal notification support.

2013-01-14 Thread Yinghai Lu
On Sat, Jan 12, 2013 at 3:26 PM, Rafael J. Wysocki wrote: > On Friday, January 11, 2013 02:40:36 PM Yinghai Lu wrote: >> Add missing hot_remove support for root device. >> >> How to test it? >> Find out root bus number to acpi root name mapping from dmesg or /sys >> >> echo "\_SB.PCIB 3" > /sys/

Re: [PATCH v8 09/22] PCI, ACPI: Add pci_root_hp hot removal notification support.

2013-01-12 Thread Rafael J. Wysocki
On Friday, January 11, 2013 02:40:36 PM Yinghai Lu wrote: > Add missing hot_remove support for root device. > > How to test it? > Find out root bus number to acpi root name mapping from dmesg or /sys > > echo "\_SB.PCIB 3" > /sys/kernel/debug/acpi/sci_notify > to remove root bus > > -v2: separ

[PATCH v8 09/22] PCI, ACPI: Add pci_root_hp hot removal notification support.

2013-01-11 Thread Yinghai Lu
Add missing hot_remove support for root device. How to test it? Find out root bus number to acpi root name mapping from dmesg or /sys echo "\_SB.PCIB 3" > /sys/kernel/debug/acpi/sci_notify to remove root bus -v2: separate stop and remove, so it will be safe for comingi acpi_pci_bind_no