The patch titled Subject: mm-memory_hotplug-just-build-zonelist-for-new-added-node-fix has been removed from the -mm tree. Its filename was mm-memory_hotplug-just-build-zonelist-for-new-added-node-fix.patch This patch was dropped because it was folded into mm-memory_hotplug-just-build-zonelist-for-new-added-node.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-memory_hotplug-just-build-zonelist-for-new-added-node-fix tweak comment text Cc: Jiang Liu <liuj97@xxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Cc: Wei Yang <richard.weiyang@xxxxxxxxx> Cc: Xishi Qiu <qiuxishi@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff -puN mm/page_alloc.c~mm-memory_hotplug-just-build-zonelist-for-new-added-node-fix mm/page_alloc.c --- a/mm/page_alloc.c~mm-memory_hotplug-just-build-zonelist-for-new-added-node-fix +++ a/mm/page_alloc.c @@ -5278,8 +5278,9 @@ static int __build_all_zonelists(void *d memset(node_load, 0, sizeof(node_load)); #endif - /* This node is hotadded and no memory preset yet. - * So just build zonelists is fine, no need to touch other nodes. + /* + * This node is hotadded and no memory is yet present. So just + * building zonelists is fine - no need to touch other nodes. */ if (self && !node_online(self->node_id)) build_zonelists(self); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-memory_hotplug-just-build-zonelist-for-new-added-node.patch mm-memory_hotplug-just-build-zonelist-for-new-added-node-fix-fix.patch mm-page_owner-make-init_pages_in_zone-faster-fix-checkpatch-fixes.patch zsmalloc-zs_page_migrate-skip-unnecessary-loops-but-not-return-ebusy-if-zspage-is-not-inuse-fix.patch userfaultfd-selftest-exercise-uffdio_copy-zeropage-eexist-fix.patch mm-swap-add-swap-readahead-hit-statistics-fix.patch swap-choose-swap-device-according-to-numa-node-v2-fix.patch mmfork-introduce-madv_wipeonfork-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html