The patch titled Subject: kmemleak-skip-scanning-holes-in-the-bss-section-v2 has been removed from the -mm tree. Its filename was kmemleak-skip-scanning-holes-in-the-bss-section-v2.patch This patch was dropped because it was folded into kmemleak-skip-scanning-holes-in-the-bss-section.patch ------------------------------------------------------ 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> --- include/linux/kmemleak.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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 mm-hotplug-fix-offline-undo_isolate_page_range.patch mm-hotplug-fix-offline-undo_isolate_page_range-v4.patch mm-compaction-abort-search-if-isolation-fails-v2.patch mm-hotplug-fix-notification-in-offline-error-path.patch mm-fix-a-wrong-flag-in-set_migratetype_isolate.patch kmemleak-skip-scanning-holes-in-the-bss-section.patch mm-compaction-fix-an-undefined-behaviour.patch