All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,andreyknvl@gmail.com,maciej.wieczor-retman@intel.com,akpm@linux-foundation.org
Subject: [folded-merged] kasan-unpoison-vms-addresses-with-a-common-tag-v4.patch removed from -mm tree
Date: Tue, 23 Dec 2025 11:20:09 -0800	[thread overview]
Message-ID: <20251223192010.4512CC19421@smtp.kernel.org> (raw)


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


                 reply	other threads:[~2025-12-23 19:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251223192010.4512CC19421@smtp.kernel.org \
    --to=akpm@linux-foundation.org \
    --cc=andreyknvl@gmail.com \
    --cc=maciej.wieczor-retman@intel.com \
    --cc=mm-commits@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.