Message ID | 20181002150029.23461-1-osalvador@techadventures.net (mailing list archive) |
---|---|
Headers | show |
Series | Do not touch pages/zones during hot-remove path | expand |
On Tue, Oct 02, 2018 at 05:00:24PM +0200, Oscar Salvador wrote: > Oscar Salvador (5): > mm/memory_hotplug: Add nid parameter to arch_remove_memory > mm/memory_hotplug: Create add/del_device_memory functions > mm/memory_hotplug: Check for IORESOURCE_SYSRAM in > release_mem_region_adjustable > mm/memory_hotplug: Move zone/pages handling to offline stage > mm/memory-hotplug: Rework unregister_mem_sect_under_nodes > > arch/ia64/mm/init.c | 6 +- > arch/powerpc/mm/mem.c | 13 +--- > arch/s390/mm/init.c | 2 +- > arch/sh/mm/init.c | 6 +- > arch/x86/mm/init_32.c | 6 +- > arch/x86/mm/init_64.c | 10 +-- > drivers/base/memory.c | 9 ++- > drivers/base/node.c | 38 ++-------- > include/linux/memory.h | 2 +- > include/linux/memory_hotplug.h | 17 +++-- > include/linux/node.h | 7 +- > kernel/memremap.c | 50 +++++--------- > kernel/resource.c | 15 ++++ > mm/memory_hotplug.c | 153 ++++++++++++++++++++++++++--------------- > mm/sparse.c | 4 +- > 15 files changed, 169 insertions(+), 169 deletions(-) > > -- > 2.13.6 If there are no further comments, I will send this as a patchset without RFC later this week. Since [1] already landed in mmotm, I will pull out the dependency for [2], and change both devm/HMM code. [1] https://patchwork.kernel.org/cover/10617699/ [2] https://patchwork.kernel.org/cover/10613425/ Thanks