Re: [Patch v1] ACPI, x86: fix bug in associating hot-added CPUs with corresponding NUMA node

2014-02-12 Thread H. Peter Anvin
On 02/12/2014 06:32 PM, Jiang Liu wrote: > Ping... Sorry, will look at it tomorrow. -hpa -- 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 Pl

Re: [Patch v1] ACPI, x86: fix bug in associating hot-added CPUs with corresponding NUMA node

2014-02-12 Thread Jiang Liu
Ping... On 2014/2/7 20:03, Rafael J. Wysocki wrote: > On Friday, February 07, 2014 05:17:45 PM Jiang Liu wrote: >> >> On 2014/2/5 8:14, Rafael J. Wysocki wrote: >>> On Monday, January 20, 2014 10:31:54 AM Jiang Liu wrote: Current ACPI cpu hotplug driver fails to associate hot-added CPUs with

Re: [Patch v1] ACPI, x86: fix bug in associating hot-added CPUs with corresponding NUMA node

2014-02-07 Thread Rafael J. Wysocki
On Friday, February 07, 2014 05:17:45 PM Jiang Liu wrote: > > On 2014/2/5 8:14, Rafael J. Wysocki wrote: > > On Monday, January 20, 2014 10:31:54 AM Jiang Liu wrote: > >> Current ACPI cpu hotplug driver fails to associate hot-added CPUs with > >> corresponding NUMA node when doing socket online. T

Re: [Patch v1] ACPI, x86: fix bug in associating hot-added CPUs with corresponding NUMA node

2014-02-07 Thread Jiang Liu
On 2014/2/5 8:14, Rafael J. Wysocki wrote: > On Monday, January 20, 2014 10:31:54 AM Jiang Liu wrote: >> Current ACPI cpu hotplug driver fails to associate hot-added CPUs with >> corresponding NUMA node when doing socket online. The code path to >> associate CPU with NUMA node is as below: >> acp

Re: [Patch v1] ACPI, x86: fix bug in associating hot-added CPUs with corresponding NUMA node

2014-02-04 Thread Rafael J. Wysocki
On Monday, January 20, 2014 10:31:54 AM Jiang Liu wrote: > Current ACPI cpu hotplug driver fails to associate hot-added CPUs with > corresponding NUMA node when doing socket online. The code path to > associate CPU with NUMA node is as below: > acpi_processor_add() > ->acpi_processor_get_info()

[Patch v1] ACPI, x86: fix bug in associating hot-added CPUs with corresponding NUMA node

2014-01-19 Thread Jiang Liu
Current ACPI cpu hotplug driver fails to associate hot-added CPUs with corresponding NUMA node when doing socket online. The code path to associate CPU with NUMA node is as below: acpi_processor_add() ->acpi_processor_get_info() ->acpi_processor_hotadd_init() ->acpi_map_lsap