The patch titled Subject: mm-lower-the-printk-loglevel-for-__dump_page-messages-fix-fix has been removed from the -mm tree. Its filename was mm-lower-the-printk-loglevel-for-__dump_page-messages-fix-fix.patch This patch was dropped because it was folded into mm-lower-the-printk-loglevel-for-__dump_page-messages.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-lower-the-printk-loglevel-for-__dump_page-messages-fix-fix s/KERN_WARN/KERN_WARNING/, per Michal Cc: Michal Hocko <mhocko@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/debug.c~mm-lower-the-printk-loglevel-for-__dump_page-messages-fix-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_WARN, "raw: ", DUMP_PREFIX_NONE, 32, + print_hex_dump(KERN_WARNING, "raw: ", DUMP_PREFIX_NONE, 32, sizeof(unsigned long), page, sizeof(struct page), false); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-lower-the-printk-loglevel-for-__dump_page-messages.patch mm-memory_hotplug-print-reason-for-the-offlining-failure-fix.patch mm-memory_hotplug-be-more-verbose-for-memory-offline-failures-fix.patch mm-convert-totalram_pages-and-totalhigh_pages-variables-to-atomic-checkpatch-fixes.patch mm-page_alloc-free-order-0-pages-through-pcp-in-page_frag_free-fix.patch mm-dont-break-integrity-writeback-on-writepage-error-fix.patch mm-kmemleak-little-optimization-while-scanning-fix.patch mm-mmu_notifier-use-structure-for-invalidate_range_start-end-callback-fix-fix.patch mm-mmu_notifier-use-structure-for-invalidate_range_start-end-calls-v2-checkpatch-fixes.patch mm-memory_hotplug-deobfuscate-migration-part-of-offlining-fix.patch mm-page_alloc-enable-pcpu_drain-with-zone-capability-fix.patch mm-migrate-provide-buffer_migrate_page_norefs-fix.patch