The patch titled Subject: mm: remove unneeded kallsyms include has been added to the -mm tree. Its filename is mm-remove-unneeded-kallsyms-include.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-remove-unneeded-kallsyms-include.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-remove-unneeded-kallsyms-include.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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Sergey Senozhatsky <sergey.senozhatsky.work@xxxxxxxxx> Subject: mm: remove unneeded kallsyms include The file was converted from print_symbol() to %pSR a while ago in 071361d3473ebb814 ("mm: Convert print_symbol to %pSR"). kallsyms does not seem to be needed anymore. Link: http://lkml.kernel.org/r/20171208025616.16267-3-sergey.senozhatsky@xxxxxxxxx Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 4 ---- 1 file changed, 4 deletions(-) diff -puN mm/memory.c~mm-remove-unneeded-kallsyms-include mm/memory.c --- a/mm/memory.c~mm-remove-unneeded-kallsyms-include +++ a/mm/memory.c @@ -59,7 +59,6 @@ #include <linux/writeback.h> #include <linux/memcontrol.h> #include <linux/mmu_notifier.h> -#include <linux/kallsyms.h> #include <linux/swapops.h> #include <linux/elf.h> #include <linux/gfp.h> @@ -767,9 +766,6 @@ static void print_bad_pte(struct vm_area dump_page(page, "bad pte"); pr_alert("addr:%p vm_flags:%08lx anon_vma:%p mapping:%p index:%lx\n", (void *)addr, vma->vm_flags, vma->anon_vma, mapping, index); - /* - * Choose text because data symbols depend on CONFIG_KALLSYMS_ALL=y - */ pr_alert("file:%pD fault:%pf mmap:%pf readpage:%pf\n", vma->vm_file, vma->vm_ops ? vma->vm_ops->fault : NULL, _ Patches currently in -mm which might be from sergey.senozhatsky.work@xxxxxxxxx are sched-autogroup-remove-unneeded-kallsyms-include.patch mm-remove-unneeded-kallsyms-include.patch power-remove-unneeded-kallsyms-include.patch pci-remove-unneeded-kallsyms-include.patch pnp-remove-unneeded-kallsyms-include.patch workqueue-remove-unneeded-kallsyms-include.patch hrtimer-remove-unneeded-kallsyms-include.patch genirq-remove-unneeded-kallsyms-include.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html