The patch titled Subject: kmemleak-skip-scanning-holes-in-the-bss-section-v2 has been added to the -mm tree. Its filename is kmemleak-skip-scanning-holes-in-the-bss-section-v2.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/kmemleak-skip-scanning-holes-in-the-bss-section-v2.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/kmemleak-skip-scanning-holes-in-the-bss-section-v2.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: Qian Cai <cai@xxxxxx> Subject: kmemleak-skip-scanning-holes-in-the-bss-section-v2 mark kmemleak_bss_hole() declaration __init Link: http://lkml.kernel.org/r/20190313145717.46369-1-cai@xxxxxx Signed-off-by: Qian Cai <cai@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/include/linux/kmemleak.h~kmemleak-skip-scanning-holes-in-the-bss-section-v2 +++ a/include/linux/kmemleak.h @@ -46,7 +46,7 @@ extern void kmemleak_alloc_phys(phys_add extern void kmemleak_free_part_phys(phys_addr_t phys, size_t size) __ref; extern void kmemleak_not_leak_phys(phys_addr_t phys) __ref; extern void kmemleak_ignore_phys(phys_addr_t phys) __ref; -extern void kmemleak_bss_hole(void *start, void *stop); +extern void kmemleak_bss_hole(void *start, void *stop) __init; static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, int min_count, slab_flags_t flags, _ Patches currently in -mm which might be from cai@xxxxxx are kasan-fix-variable-tag-set-but-not-used-warning.patch mm-debug-add-a-cast-to-u64-for-atomic64_read.patch kmemleak-skip-scanning-holes-in-the-bss-section.patch kmemleak-skip-scanning-holes-in-the-bss-section-v2.patch