Re: [PATCH 1/1] vsprintf: dump full information of page flags in pGp fix

From: Petr Mladek
Date: Tue Feb 23 2021 - 09:50:38 EST


On Tue 2021-02-23 13:51:24, Yafang Shao wrote:
> The name of the flag should be printed using default_str_spec.
> There's no difference in the output after this change because the string is
> printed as-is with both default_dec_spec and default_flag_spec.
>
> This patch is a followup of the patchset
> "mm, vsprintf: dump full information of page flags in pGp" [1]
>
> [1]. https://lore.kernel.org/linux-mm/20210215155141.47432-1-laoar.shao@xxxxxxxxx/
> Signed-off-by: Yafang Shao <laoar.shao@xxxxxxxxx>
> Cc: Petr Mladek <pmladek@xxxxxxxx>
> Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx>
> Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> Cc: Vlastimil Babka <vbabka@xxxxxxx>
> Cc: Miaohe Lin <linmiaohe@xxxxxxxxxx>
> Cc: Joe Perches <joe@xxxxxxxxxxx>
> Cc: David Hildenbrand <david@xxxxxxxxxx>

Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>

Best Regards,
Petr