The patch titled Subject: mm/page_alloc: improve memmap_pages dbg msg has been added to the -mm tree. Its filename is mm-page_alloc-improve-memmap_pages-dbg-msg.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-page_alloc-improve-memmap_pages-dbg-msg.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-page_alloc-improve-memmap_pages-dbg-msg.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: Dong Aisheng <aisheng.dong@xxxxxxx> Subject: mm/page_alloc: improve memmap_pages dbg msg Make debug message more accurate. Link: https://lkml.kernel.org/r/20210531091908.1738465-6-aisheng.dong@xxxxxxx Signed-off-by: Dong Aisheng <aisheng.dong@xxxxxxx> Cc: David Hildenbrand <david@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/page_alloc.c~mm-page_alloc-improve-memmap_pages-dbg-msg +++ a/mm/page_alloc.c @@ -7358,7 +7358,7 @@ static void __init free_area_init_core(s pr_debug(" %s zone: %lu pages used for memmap\n", zone_names[j], memmap_pages); } else - pr_warn(" %s zone: %lu pages exceeds freesize %lu\n", + pr_warn(" %s zone: %lu memmap pages exceeds freesize %lu\n", zone_names[j], memmap_pages, freesize); } _ Patches currently in -mm which might be from aisheng.dong@xxxxxxx are mm-rename-the-global-section-array-to-mem_sections.patch mm-drop-section_shift-in-code-comments.patch mm-page_alloc-improve-memmap_pages-dbg-msg.patch