The patch titled Subject: mm: hwpoison: dump page for unhandlable page has been removed from the -mm tree. Its filename was mm-hwpoison-dump-page-for-unhandlable-page-v3.patch This patch was dropped because it was folded into mm-hwpoison-dump-page-for-unhandlable-page.patch ------------------------------------------------------ From: Yang Shi <shy828301@xxxxxxxxx> Subject: mm: hwpoison: dump page for unhandlable page remove redundant pr_info per Noaya Horiguchi Link: https://lkml.kernel.org/r/20210824020946.195257-3-shy828301@xxxxxxxxx Signed-off-by: Yang Shi <shy828301@xxxxxxxxx> Suggested-by: Matthew Wilcox <willy@xxxxxxxxxxxxx> Cc: Naoya Horiguchi <naoya.horiguchi@xxxxxxx> Cc: Oscar Salvador <osalvador@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory-failure.c | 3 --- 1 file changed, 3 deletions(-) --- a/mm/memory-failure.c~mm-hwpoison-dump-page-for-unhandlable-page-v3 +++ a/mm/memory-failure.c @@ -2208,9 +2208,6 @@ retry: try_again = false; goto retry; } - } else if (ret == -EIO) { - pr_info("%s: %#lx: unknown page type: %lx (%pGp)\n", - __func__, pfn, page->flags, &page->flags); } return ret; _ Patches currently in -mm which might be from shy828301@xxxxxxxxx are mm-hwpoison-dont-drop-slab-caches-for-offlining-non-lru-page.patch doc-hwpoison-correct-the-support-for-hugepage.patch mm-hwpoison-dump-page-for-unhandlable-page.patch