All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged mm-stable] kmsan-drop-the-declaration-of-kmsan_save_stack.patch removed from -mm tree
@ 2025-05-21 16:56 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-05-21 16:56 UTC (permalink / raw)
  To: mm-commits, kent.overstreet, iii, elver, dvyukov, bvanassche,
	glider, akpm


The quilt patch titled
     Subject: kmsan: drop the declaration of kmsan_save_stack()
has been removed from the -mm tree.  Its filename was
     kmsan-drop-the-declaration-of-kmsan_save_stack.patch

This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

------------------------------------------------------
From: Alexander Potapenko <glider@google.com>
Subject: kmsan: drop the declaration of kmsan_save_stack()
Date: Wed, 7 May 2025 18:00:10 +0200

This function is not defined anywhere.

Link: https://lkml.kernel.org/r/20250507160012.3311104-3-glider@google.com
Signed-off-by: Alexander Potapenko <glider@google.com>
Acked-by: Marco Elver <elver@google.com>
Cc: Bart van Assche <bvanassche@acm.org>
Cc: Dmitriy Vyukov <dvyukov@google.com>
Cc: Ilya Leoshkevich <iii@linux.ibm.com>
Cc: Kent Overstreet <kent.overstreet@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/kmsan/kmsan.h |    1 -
 1 file changed, 1 deletion(-)

--- a/mm/kmsan/kmsan.h~kmsan-drop-the-declaration-of-kmsan_save_stack
+++ a/mm/kmsan/kmsan.h
@@ -121,7 +121,6 @@ static __always_inline void kmsan_leave_
 	KMSAN_WARN_ON(--ctx->kmsan_in_runtime);
 }
 
-depot_stack_handle_t kmsan_save_stack(void);
 depot_stack_handle_t kmsan_save_stack_with_flags(gfp_t flags,
 						 unsigned int extra_bits);
 
_

Patches currently in -mm which might be from glider@google.com are



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

only message in thread, other threads:[~2025-05-21 16:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-21 16:56 [merged mm-stable] kmsan-drop-the-declaration-of-kmsan_save_stack.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.