On Tue, Jul 26, 2022 at 04:10:46PM +0800, Kefeng Wang wrote:
Use pr_fmt to prefix pr_<level> output.There're other classes of prefixes like "Unpoison:" and "soft offline:" in
Signed-off-by: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
mm/memory-failure.c. So simply adding subsystem-wide pr_fmt() changes to
print out two prefixes like below:
[ 1479.892348] Memory failure: soft offline: 0x1b8200: page migration failed 1, type 0x57ffffc00a000c(uptodate|dirty|mappedtodisk|swapbacked|node=1|zone=2|lastcpupid=0x1fffff)
[ 1486.871130] Memory failure: Unpoison: Software-unpoisoned page 0x14f00
Do you intend this change?
Thanks,
Naoya Horiguchi