The patch titled Subject: doc: hwpoison: correct the support for hugepage has been added to the -mm tree. Its filename is doc-hwpoison-correct-the-support-for-hugepage.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/doc-hwpoison-correct-the-support-for-hugepage.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/doc-hwpoison-correct-the-support-for-hugepage.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: Yang Shi <shy828301@xxxxxxxxx> Subject: doc: hwpoison: correct the support for hugepage The hwpoison support for huge page, both hugetlb and THP, has been in kernel for a while, the statement in document is obsolete, correct it. Link: https://lkml.kernel.org/r/20210819054116.266126-2-shy828301@xxxxxxxxx Signed-off-by: Yang Shi <shy828301@xxxxxxxxx> Acked-by: Naoya Horiguchi <naoya.horiguchi@xxxxxxx> Cc: Oscar Salvador <osalvador@xxxxxxx> Cc: David Hildenbrand <david@xxxxxxxxxx> Cc: David Mackey <tdmackey@xxxxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/vm/hwpoison.rst | 1 - 1 file changed, 1 deletion(-) --- a/Documentation/vm/hwpoison.rst~doc-hwpoison-correct-the-support-for-hugepage +++ a/Documentation/vm/hwpoison.rst @@ -180,7 +180,6 @@ Limitations =========== - Not all page types are supported and never will. Most kernel internal objects cannot be recovered, only LRU pages for now. -- Right now hugepage support is missing. --- Andi Kleen, Oct 2009 _ Patches currently in -mm which might be from shy828301@xxxxxxxxx are revert-mm-shmem-fix-shmem_swapin-race-with-swapoff.patch revert-mm-swap-check-if-swap-backing-device-is-congested-or-not.patch 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