Re: [PATCH v2] ACPI: Add ACPI CPU hot-remove support

2012-10-11 Thread Toshi Kani
Hi Len, This patch has been waiting for your review for 4 months. (v2 simply rebased.) Is there any thing I need to do? Thanks, -Toshi On Tue, 2012-10-09 at 07:43 -0600, Toshi Kani wrote: > Hi Len, > > Can you please review this patch? Please let me know if there is > anything I need to do

Re: [PATCH v2] ACPI: Add ACPI CPU hot-remove support

2012-10-11 Thread Toshi Kani
Hi Len, This patch has been waiting for your review for 4 months. (v2 simply rebased.) Is there any thing I need to do? Thanks, -Toshi On Tue, 2012-10-09 at 07:43 -0600, Toshi Kani wrote: Hi Len, Can you please review this patch? Please let me know if there is anything I need to do for

Re: [PATCH v2] ACPI: Add ACPI CPU hot-remove support

2012-10-09 Thread Toshi Kani
Hi Len, Can you please review this patch? Please let me know if there is anything I need to do for 3.7. Thanks, -Toshi On Fri, 2012-08-24 at 14:54 -0600, Toshi Kani wrote: > Added CPU hot-remove support through an ACPI eject notification. > It calls acpi_bus_hot_remove_device(), which shares

Re: [PATCH v2] ACPI: Add ACPI CPU hot-remove support

2012-10-09 Thread Toshi Kani
Hi Len, Can you please review this patch? Please let me know if there is anything I need to do for 3.7. Thanks, -Toshi On Fri, 2012-08-24 at 14:54 -0600, Toshi Kani wrote: Added CPU hot-remove support through an ACPI eject notification. It calls acpi_bus_hot_remove_device(), which shares

[PATCH v2] ACPI: Add ACPI CPU hot-remove support

2012-08-24 Thread Toshi Kani
Added CPU hot-remove support through an ACPI eject notification. It calls acpi_bus_hot_remove_device(), which shares the same code path with the sysfs eject operation. acpi_os_hotplug_execute() serializes hot-remove operations between ACPI hot-remove and sysfs eject requests. v2: - Rebased to

[PATCH v2] ACPI: Add ACPI CPU hot-remove support

2012-08-24 Thread Toshi Kani
Added CPU hot-remove support through an ACPI eject notification. It calls acpi_bus_hot_remove_device(), which shares the same code path with the sysfs eject operation. acpi_os_hotplug_execute() serializes hot-remove operations between ACPI hot-remove and sysfs eject requests. v2: - Rebased to