Re: [PATCH v2] mm: memory-failure: convert to pr_fmt()

From: HORIGUCHI NAOYA(堀口 直也)
Date: Wed Jul 27 2022 - 00:07:28 EST


On Wed, Jul 27, 2022 at 11:25:11AM +0800, Kefeng Wang wrote:
> Use pr_fmt to prefix all pr_<level> output, but unpoison_memory()
> and soft_offline_page() are used by error injection, which have
> own prefixes like "Unpoison:" and "soft offline:", meanwhile,
> soft_offline_page() could be used by memory hotremove, so undef
> pr_fmt before unpoison_pr_info definition to keep the original
> output for them.
>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>

Thank you for updating.

Acked-by: Naoya Horiguchi <naoya.horiguchi@xxxxxxx>