On memory hot-remove, the acpi_memhotplug driver currently offlines memory but does not remove section mappings and sysfs entries. Additionally, memory resource registration is done inconsistently on hot-add and hot-remove. This series attempts to address the 2 issues. (Note that testing memory hot-remove with SPARSEMEM_VMEMMAP=y will currently fail, since freeing the sparse_vmemmap is not yet supported.) Vasilis Liaskovitis (2): acpi: remove section mappings on memory hot-remove mm: consistently register / release memory resource drivers/acpi/acpi_memhotplug.c | 17 ++++++++++++++++- mm/memory_hotplug.c | 4 ++-- 2 files changed, 18 insertions(+), 3 deletions(-) -- 1.7.9 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html