The patch titled Subject: memory-failure-replace-mce-with-memory-failure-fix has been removed from the -mm tree. Its filename was memory-failure-replace-mce-with-memory-failure-fix.patch This patch was dropped because it was folded into memory-failure-replace-mce-with-memory-failure.patch ------------------------------------------------------ From: Chen Yucong <slaoub@xxxxxxxxx> Subject: memory-failure-replace-mce-with-memory-failure-fix Signed-off-by: Chen Yucong <slaoub@xxxxxxxxx> Cc: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory-failure.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN mm/memory-failure.c~memory-failure-replace-mce-with-memory-failure-fix mm/memory-failure.c --- a/mm/memory-failure.c~memory-failure-replace-mce-with-memory-failure-fix +++ a/mm/memory-failure.c @@ -894,7 +894,8 @@ int get_hwpoison_page(struct page *page) if (head == compound_head(page)) return 1; - pr_info("MCE: %#lx cannot catch tail\n", page_to_pfn(page)); + pr_info("Memory failure: %#lx cannot catch tail\n", + page_to_pfn(page)); put_page(head); } _ Patches currently in -mm which might be from slaoub@xxxxxxxxx are memory-failure-replace-mce-with-memory-failure.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html