On 2024/6/19 14:33, Jiaqi Yan wrote: > Logs from memory_failure and other memory-failure.c code follow the > format: > > "Memory failure: 0x{pfn}: ${lower_case_message}" > > Convert the logs in unpoison_memory to follow similar format: > > "Unpoison: 0x${pfn}: ${lower_case_message}" > > For example (from local test): > [ 1331.938397] Unpoison: 0x144bc8: page was already unpoisoned > > No functional change in this commit. > > Signed-off-by: Jiaqi Yan <jiaqiyan@xxxxxxxxxx> LGTM. Thanks for your patch. Acked-by: Miaohe Lin <linmiaohe@xxxxxxxxxx> Thanks. .