Re: [PATCH 2/6] mm/debug: Factor PagePoisoned out of __dump_page

From: Vlastimil Babka
Date: Fri Apr 23 2021 - 10:52:41 EST


On 4/17/21 1:15 AM, Matthew Wilcox (Oracle) wrote:
> Move the PagePoisoned test into dump_page(). Skip the hex print
> for poisoned pages -- we know they're full of ffffffff. Move the
> reason printing from __dump_page() to dump_page().
>
> Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>

Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>