[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e699cd23-3eeb-7920-accd-b30622efa551@huawei.com>
Date: Sat, 30 Jul 2022 17:31:53 +0800
From: Miaohe Lin <linmiaohe@...wei.com>
To: Kefeng Wang <wangkefeng.wang@...wei.com>,
Naoya Horiguchi <naoya.horiguchi@....com>
CC: <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Linux-MM <linux-mm@...ck.org>
Subject: Re: [PATCH v3] mm: memory-failure: convert to pr_fmt()
On 2022/7/29 11:19, 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 reset
> pr_fmt before unpoison_pr_info definition to keep the original
> output for them.
>
> Acked-by: Naoya Horiguchi <naoya.horiguchi@....com>
> Reviewed-by: Miaohe Lin <linmiaohe@...wei.com>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@...wei.com>
I'm sorry but this patch will make pr_info in try_to_split_thp_page looks like below?
Memory failure: Memory failure: 0x1b8200: thp split failed
or
Memory failure: soft offline: 0x1b8200: thp split failed
Thanks.
Powered by blists - more mailing lists