Re: [bug]patch "acpi, memory-hotplug: parse SRAT before memblock is ready" breaks numa detection

2013-02-18 Thread Tang Chen
On 02/19/2013 11:07 AM, Shaohua Li wrote: This patch in linux-next breaks numa detection. numa_init() will zero numa_meminfo. If acpi_numa_init() does not call early_parse_srat(), we will have no memory numa info. Hum, yes, I missed this one. :) Briefly seeing the code, I think moving the

[bug]patch "acpi, memory-hotplug: parse SRAT before memblock is ready" breaks numa detection

2013-02-18 Thread Shaohua Li
This patch in linux-next breaks numa detection. numa_init() will zero numa_meminfo. If acpi_numa_init() does not call early_parse_srat(), we will have no memory numa info. Thanks, Shaohua -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[bug]patch acpi, memory-hotplug: parse SRAT before memblock is ready breaks numa detection

2013-02-18 Thread Shaohua Li
This patch in linux-next breaks numa detection. numa_init() will zero numa_meminfo. If acpi_numa_init() does not call early_parse_srat(), we will have no memory numa info. Thanks, Shaohua -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [bug]patch acpi, memory-hotplug: parse SRAT before memblock is ready breaks numa detection

2013-02-18 Thread Tang Chen
On 02/19/2013 11:07 AM, Shaohua Li wrote: This patch in linux-next breaks numa detection. numa_init() will zero numa_meminfo. If acpi_numa_init() does not call early_parse_srat(), we will have no memory numa info. Hum, yes, I missed this one. :) Briefly seeing the code, I think moving the