* [folded-merged] kasan-unpoison-vms-addresses-with-a-common-tag-v4.patch removed from -mm tree
@ 2025-12-23 19:20 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-12-23 19:20 UTC (permalink / raw)
To: mm-commits, andreyknvl, maciej.wieczor-retman, akpm
The quilt patch titled
Subject: kasan-unpoison-vms-addresses-with-a-common-tag-v4
has been removed from the -mm tree. Its filename was
kasan-unpoison-vms-addresses-with-a-common-tag-v4.patch
This patch was dropped because it was folded into kasan-unpoison-vms-addresses-with-a-common-tag.patch
------------------------------------------------------
From: Maciej Wieczor-Retman <maciej.wieczor-retman@intel.com>
Subject: kasan-unpoison-vms-addresses-with-a-common-tag-v4
Date: Fri, 05 Dec 2025 14:59:26 +0000
remove unneeded pr_warn()
Link: https://lkml.kernel.org/r/919897daaaa3c982a27762a2ee038769ad033991.1764945396.git.m.wieczorretman@pm.me
Signed-off-by: Maciej Wieczor-Retman <maciej.wieczor-retman@intel.com>
Cc: Andrey Konovalov <andreyknvl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/kasan/common.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--- a/mm/kasan/common.c~kasan-unpoison-vms-addresses-with-a-common-tag-v4
+++ a/mm/kasan/common.c
@@ -591,10 +591,8 @@ void __kasan_unpoison_vmap_areas(struct
* would be unpoisoned with the KASAN_TAG_KERNEL which would disable
* KASAN checks down the line.
*/
- if (WARN_ON_ONCE(flags & KASAN_VMALLOC_KEEP_TAG)) {
- pr_warn("KASAN_VMALLOC_KEEP_TAG flag shouldn't be already set!\n");
+ if (WARN_ON_ONCE(flags & KASAN_VMALLOC_KEEP_TAG))
return;
- }
size = vms[0]->size;
addr = vms[0]->addr;
_
Patches currently in -mm which might be from maciej.wieczor-retman@intel.com are
kasan-refactor-pcpu-kasan-vmalloc-unpoison.patch
kasan-unpoison-vms-addresses-with-a-common-tag.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-23 19:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-23 19:20 [folded-merged] kasan-unpoison-vms-addresses-with-a-common-tag-v4.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.