The patch titled Subject: mm/mm_init.c: remove redundant pr_info when node is memoryless has been added to the -mm mm-nonmm-unstable branch. Its filename is mm-mm_initc-remove-redundant-pr_info-when-node-is-memoryless.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-mm_initc-remove-redundant-pr_info-when-node-is-memoryless.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Yajun Deng <yajun.deng@xxxxxxxxx> Subject: mm/mm_init.c: remove redundant pr_info when node is memoryless Date: Wed, 6 Sep 2023 17:11:13 +0800 There is a similar pr_info in free_area_init_node(), so remove the redundant pr_info. Link: https://lkml.kernel.org/r/20230906091113.4029983-1-yajun.deng@xxxxxxxxx Signed-off-by: Yajun Deng <yajun.deng@xxxxxxxxx> Cc: Mike Rapoport (IBM) <rppt@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mm_init.c | 2 -- 1 file changed, 2 deletions(-) --- a/mm/mm_init.c~mm-mm_initc-remove-redundant-pr_info-when-node-is-memoryless +++ a/mm/mm_init.c @@ -1871,8 +1871,6 @@ void __init free_area_init(unsigned long pg_data_t *pgdat; if (!node_online(nid)) { - pr_info("Initializing node %d as memoryless\n", nid); - /* Allocator not initialized yet */ pgdat = arch_alloc_nodedata(nid); if (!pgdat) _ Patches currently in -mm which might be from yajun.deng@xxxxxxxxx are mm-mm_initc-remove-redundant-pr_info-when-node-is-memoryless.patch