The patch titled Subject: mm-defer-kmemleak-object-creation-of-module_alloc-v4 has been removed from the -mm tree. Its filename was mm-defer-kmemleak-object-creation-of-module_alloc-v4.patch This patch was dropped because it was folded into mm-defer-kmemleak-object-creation-of-module_alloc.patch ------------------------------------------------------ From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx> Subject: mm-defer-kmemleak-object-creation-of-module_alloc-v4 fix build Link: https://lkml.kernel.org/r/20211125080307.27225-1-wangkefeng.wang@xxxxxxxxxx Signed-off-by: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/kasan/shadow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/kasan/shadow.c~mm-defer-kmemleak-object-creation-of-module_alloc-v4 +++ a/mm/kasan/shadow.c @@ -525,7 +525,7 @@ int kasan_module_alloc(void *addr, size_ vm->flags |= VM_KASAN; kmemleak_ignore(ret); - if (vm->flags & VM_DELAY_KMEMLEAK) + if (vm->flags & VM_DEFER_KMEMLEAK) kmemleak_vmalloc(vm, size, gfp_mask); return 0; _ Patches currently in -mm which might be from wangkefeng.wang@xxxxxxxxxx are mm-defer-kmemleak-object-creation-of-module_alloc.patch mm-percpu-generalize-percpu-related-config.patch mm-percpu-add-pcpu_fc_cpu_to_node_fn_t-typedef.patch mm-percpu-add-generic-pcpu_fc_alloc-free-funciton.patch mm-percpu-add-generic-pcpu_populate_pte-function.patch