Re: [PATCH v3 0/2] ACPI: CPU hot-remove support

2012-11-02 Thread Toshi Kani
On Fri, 2012-11-02 at 13:46 +0100, Rafael J. Wysocki wrote:
> On Thursday, November 01, 2012 08:42:11 AM Toshi Kani wrote:
> > This patchset adds support of CPU hot-remove via an ACPI eject
> > notification to the ACPI processor driver.  The CPU hot-remove
> > operation shares the same code path with the sysfs eject operation.
> > 
> > The patchset also exports two functions necessary to initiate
> > hot-remove operations from modules, such as the processor driver.
> > 
> > The patchset is based on the current Linus's tree.
> > 
> > v3:
> > - Added patch 1/2 to export functions for hot-remove
> > 
> > v2:
> > - Rebased to the latest baseline
> > 
> > ---
> > Toshi Kani (2):
> >  ACPI: Export functions for hot-remove
> >  ACPI: Add ACPI CPU hot-remove support
> 
> Both patches applied to the linux-next branch of the linux-pm.git
> tree as v3.8 material.

Great!!  Thanks Rafael!
-Toshi


> 
> Thanks,
> Rafael
> 
> 
> > ---
> >  drivers/acpi/osl.c  |  1 +
> >  drivers/acpi/processor_driver.c | 27 +--
> >  drivers/acpi/scan.c |  1 +
> >  3 files changed, 19 insertions(+), 10 deletions(-)
> > 


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/2] ACPI: CPU hot-remove support

2012-11-02 Thread Rafael J. Wysocki
On Thursday, November 01, 2012 08:42:11 AM Toshi Kani wrote:
> This patchset adds support of CPU hot-remove via an ACPI eject
> notification to the ACPI processor driver.  The CPU hot-remove
> operation shares the same code path with the sysfs eject operation.
> 
> The patchset also exports two functions necessary to initiate
> hot-remove operations from modules, such as the processor driver.
> 
> The patchset is based on the current Linus's tree.
> 
> v3:
> - Added patch 1/2 to export functions for hot-remove
> 
> v2:
> - Rebased to the latest baseline
> 
> ---
> Toshi Kani (2):
>  ACPI: Export functions for hot-remove
>  ACPI: Add ACPI CPU hot-remove support

Both patches applied to the linux-next branch of the linux-pm.git
tree as v3.8 material.

Thanks,
Rafael


> ---
>  drivers/acpi/osl.c  |  1 +
>  drivers/acpi/processor_driver.c | 27 +--
>  drivers/acpi/scan.c |  1 +
>  3 files changed, 19 insertions(+), 10 deletions(-)
> 
-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/2] ACPI: CPU hot-remove support

2012-11-02 Thread Rafael J. Wysocki
On Thursday, November 01, 2012 08:42:11 AM Toshi Kani wrote:
 This patchset adds support of CPU hot-remove via an ACPI eject
 notification to the ACPI processor driver.  The CPU hot-remove
 operation shares the same code path with the sysfs eject operation.
 
 The patchset also exports two functions necessary to initiate
 hot-remove operations from modules, such as the processor driver.
 
 The patchset is based on the current Linus's tree.
 
 v3:
 - Added patch 1/2 to export functions for hot-remove
 
 v2:
 - Rebased to the latest baseline
 
 ---
 Toshi Kani (2):
  ACPI: Export functions for hot-remove
  ACPI: Add ACPI CPU hot-remove support

Both patches applied to the linux-next branch of the linux-pm.git
tree as v3.8 material.

Thanks,
Rafael


 ---
  drivers/acpi/osl.c  |  1 +
  drivers/acpi/processor_driver.c | 27 +--
  drivers/acpi/scan.c |  1 +
  3 files changed, 19 insertions(+), 10 deletions(-)
 
-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/2] ACPI: CPU hot-remove support

2012-11-02 Thread Toshi Kani
On Fri, 2012-11-02 at 13:46 +0100, Rafael J. Wysocki wrote:
 On Thursday, November 01, 2012 08:42:11 AM Toshi Kani wrote:
  This patchset adds support of CPU hot-remove via an ACPI eject
  notification to the ACPI processor driver.  The CPU hot-remove
  operation shares the same code path with the sysfs eject operation.
  
  The patchset also exports two functions necessary to initiate
  hot-remove operations from modules, such as the processor driver.
  
  The patchset is based on the current Linus's tree.
  
  v3:
  - Added patch 1/2 to export functions for hot-remove
  
  v2:
  - Rebased to the latest baseline
  
  ---
  Toshi Kani (2):
   ACPI: Export functions for hot-remove
   ACPI: Add ACPI CPU hot-remove support
 
 Both patches applied to the linux-next branch of the linux-pm.git
 tree as v3.8 material.

Great!!  Thanks Rafael!
-Toshi


 
 Thanks,
 Rafael
 
 
  ---
   drivers/acpi/osl.c  |  1 +
   drivers/acpi/processor_driver.c | 27 +--
   drivers/acpi/scan.c |  1 +
   3 files changed, 19 insertions(+), 10 deletions(-)
  


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH v3 0/2] ACPI: CPU hot-remove support

2012-11-01 Thread Toshi Kani
This patchset adds support of CPU hot-remove via an ACPI eject
notification to the ACPI processor driver.  The CPU hot-remove
operation shares the same code path with the sysfs eject operation.

The patchset also exports two functions necessary to initiate
hot-remove operations from modules, such as the processor driver.

The patchset is based on the current Linus's tree.

v3:
- Added patch 1/2 to export functions for hot-remove

v2:
- Rebased to the latest baseline

---
Toshi Kani (2):
 ACPI: Export functions for hot-remove
 ACPI: Add ACPI CPU hot-remove support

---
 drivers/acpi/osl.c  |  1 +
 drivers/acpi/processor_driver.c | 27 +--
 drivers/acpi/scan.c |  1 +
 3 files changed, 19 insertions(+), 10 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH v3 0/2] ACPI: CPU hot-remove support

2012-11-01 Thread Toshi Kani
This patchset adds support of CPU hot-remove via an ACPI eject
notification to the ACPI processor driver.  The CPU hot-remove
operation shares the same code path with the sysfs eject operation.

The patchset also exports two functions necessary to initiate
hot-remove operations from modules, such as the processor driver.

The patchset is based on the current Linus's tree.

v3:
- Added patch 1/2 to export functions for hot-remove

v2:
- Rebased to the latest baseline

---
Toshi Kani (2):
 ACPI: Export functions for hot-remove
 ACPI: Add ACPI CPU hot-remove support

---
 drivers/acpi/osl.c  |  1 +
 drivers/acpi/processor_driver.c | 27 +--
 drivers/acpi/scan.c |  1 +
 3 files changed, 19 insertions(+), 10 deletions(-)
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/