mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] mm-defer-kmemleak-object-creation-of-module_alloc-v4.patch removed from -mm tree
@ 2022-01-14 21:21 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2022-01-14 21:21 UTC (permalink / raw)
  To: mm-commits, sfr, wangkefeng.wang


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@huawei.com>
Subject: mm-defer-kmemleak-object-creation-of-module_alloc-v4

fix build

Link: https://lkml.kernel.org/r/20211125080307.27225-1-wangkefeng.wang@huawei.com
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@huawei.com 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-14 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 21:21 [folded-merged] mm-defer-kmemleak-object-creation-of-module_alloc-v4.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).