The patch titled Subject: memory-failure-replace-mce-with-memory-failure-fix has been added to the -mm tree. Its filename is memory-failure-replace-mce-with-memory-failure-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/memory-failure-replace-mce-with-memory-failure-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/memory-failure-replace-mce-with-memory-failure-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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 memory-failure-replace-mce-with-memory-failure-fix.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