The patch titled Subject: mm: do not hash address in print_bad_pte() has been added to the -mm tree. Its filename is mm-do-not-hash-address-in-print_bad_pte.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-do-not-hash-address-in-print_bad_pte.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-do-not-hash-address-in-print_bad_pte.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx> Subject: mm: do not hash address in print_bad_pte() Using %px to show the actual address in print_bad_pte() to help us to debug issue. Link: http://lkml.kernel.org/r/20190831011816.141002-1-wangkefeng.wang@xxxxxxxxxx Signed-off-by: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx> Acked-by: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/memory.c~mm-do-not-hash-address-in-print_bad_pte +++ a/mm/memory.c @@ -518,7 +518,7 @@ static void print_bad_pte(struct vm_area (long long)pte_val(pte), (long long)pmd_val(*pmd)); if (page) dump_page(page, "bad pte"); - pr_alert("addr:%p vm_flags:%08lx anon_vma:%p mapping:%p index:%lx\n", + pr_alert("addr:%px vm_flags:%08lx anon_vma:%px mapping:%px index:%lx\n", (void *)addr, vma->vm_flags, vma->anon_vma, mapping, index); pr_alert("file:%pD fault:%ps mmap:%ps readpage:%ps\n", vma->vm_file, _ Patches currently in -mm which might be from wangkefeng.wang@xxxxxxxxxx are mm-do-not-hash-address-in-print_bad_pte.patch mm-mempolicyc-remove-unnecessary-nodemask-check-in-kernel_migrate_pages.patch thp-update-split_huge_page_pmd-commnet.patch