diff mbox series

[v2,2/3] doc: hwpoison: correct the support for hugepage

Message ID 20210819054116.266126-2-shy828301@gmail.com (mailing list archive)
State New
Headers show
Series [v2,1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page | expand

Commit Message

Yang Shi Aug. 19, 2021, 5:41 a.m. UTC
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.

Acked-by: Naoya Horiguchi <naoya.horiguchi@nec.com>
Cc: Oscar Salvador <osalvador@suse.de>
Signed-off-by: Yang Shi <shy828301@gmail.com>
---
v2: * Collected ack from Naoya Horiguchi

 Documentation/vm/hwpoison.rst | 1 -
 1 file changed, 1 deletion(-)

Comments

David Hildenbrand Aug. 20, 2021, 9:34 a.m. UTC | #1
On 19.08.21 07:41, Yang Shi wrote:
> 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.
> 
> Acked-by: Naoya Horiguchi <naoya.horiguchi@nec.com>
> Cc: Oscar Salvador <osalvador@suse.de>
> Signed-off-by: Yang Shi <shy828301@gmail.com>
> ---
> v2: * Collected ack from Naoya Horiguchi
> 
>   Documentation/vm/hwpoison.rst | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/vm/hwpoison.rst b/Documentation/vm/hwpoison.rst
> index a5c884293dac..89b5f7a52077 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
> 

Reviewed-by: David Hildenbrand <david@redhat.com>
diff mbox series

Patch

diff --git a/Documentation/vm/hwpoison.rst b/Documentation/vm/hwpoison.rst
index a5c884293dac..89b5f7a52077 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