The patch titled Subject: kmemleak-skip-scanning-holes-in-the-bss-section-fix has been removed from the -mm tree. Its filename was kmemleak-skip-scanning-holes-in-the-bss-section-fix.patch This patch was dropped because it was folded into kmemleak-skip-scanning-holes-in-the-bss-section.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kmemleak-skip-scanning-holes-in-the-bss-section-fix make kmemleak_bss_hole __init Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Catalin Marinas <catalin.marinas@xxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxxx> Cc: Qian Cai <cai@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/kmemleak.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/kmemleak.c~kmemleak-skip-scanning-holes-in-the-bss-section-fix +++ a/mm/kmemleak.c @@ -1275,7 +1275,7 @@ EXPORT_SYMBOL(kmemleak_ignore_phys); * @start: start of the range * @stop: end of the range */ -void kmemleak_bss_hole(void *start, void *stop) +void __init kmemleak_bss_hole(void *start, void *stop) { bss_hole_start = start; bss_hole_stop = stop; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-mempolicy-make-mbind-return-eio-when-mpol_mf_strict-is-specified-fix.patch kmemleak-skip-scanning-holes-in-the-bss-section.patch ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch mm.patch userfaultfd-sysctl-add-vmunprivileged_userfaultfd-fix.patch mm-compaction-fix-an-undefined-behaviour-fix.patch mm-add-probe_user_read-fix.patch mm-maintain-randomization-of-page-free-lists-checkpatch-fixes.patch fs-binfmt_elfc-remove-unneeded-initialization-of-mm-start_stack.patch linux-next-rejects.patch scripts-atomic-check-atomicssh-dont-assume-that-scripts-are-executable.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch