The patch titled Subject: mm-lower-the-printk-loglevel-for-__dump_page-messages-fix has been added to the -mm tree. Its filename is mm-lower-the-printk-loglevel-for-__dump_page-messages-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-lower-the-printk-loglevel-for-__dump_page-messages-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-lower-the-printk-loglevel-for-__dump_page-messages-fix.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: Michal Hocko <mhocko@xxxxxxxxxx> Subject: mm-lower-the-printk-loglevel-for-__dump_page-messages-fix fix __dump_page() Link: http://lkml.kernel.org/r/20181212142540.GA7378@xxxxxxxxxxxxxx Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/debug.c~mm-lower-the-printk-loglevel-for-__dump_page-messages-fix +++ a/mm/debug.c @@ -88,7 +88,7 @@ void __dump_page(struct page *page, cons pr_warn("flags: %#lx(%pGp)\n", page->flags, &page->flags); hex_only: - print_hex_dump(KERN_ALERT, "raw: ", DUMP_PREFIX_NONE, 32, + print_hex_dump(KERN_WARN, "raw: ", DUMP_PREFIX_NONE, 32, sizeof(unsigned long), page, sizeof(struct page), false); _ Patches currently in -mm which might be from mhocko@xxxxxxxxxx are mm-print-more-information-about-mapping-in-__dump_page-fix-2.patch mm-lower-the-printk-loglevel-for-__dump_page-messages-fix.patch