Message ID | 20210112234930.wzhtCPbgI%akpm@linux-foundation.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [01/10] mm, slub: consider rest of partial list if acquire_slab() fails | expand |
--- a/mm/memory-failure.c~mmhwpoison-fix-printing-of-page-flags +++ a/mm/memory-failure.c @@ -1940,7 +1940,7 @@ retry: goto retry; } } else if (ret == -EIO) { - pr_info("%s: %#lx: unknown page type: %lx (%pGP)\n", + pr_info("%s: %#lx: unknown page type: %lx (%pGp)\n", __func__, pfn, page->flags, &page->flags); }