From: Yang Shi Date: Mon, 23 Aug 2021 23:59:28 +0000 (+1000) Subject: doc: hwpoison: correct the support for hugepage X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6556acab3567a37b4c8b2e0527791817931e6194;p=users%2Fjedix%2Flinux-maple.git 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@gmail.com Signed-off-by: Yang Shi Acked-by: Naoya Horiguchi Cc: Oscar Salvador Cc: David Hildenbrand Cc: David Mackey Cc: Jonathan Corbet Cc: Matthew Wilcox (Oracle) Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- diff --git a/Documentation/vm/hwpoison.rst b/Documentation/vm/hwpoison.rst index a5c884293dac4..89b5f7a520771 100644 --- a/Documentation/vm/hwpoison.rst +++ b/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