]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
kmsan: drop the declaration of kmsan_save_stack()
authorAlexander Potapenko <glider@google.com>
Wed, 7 May 2025 16:00:10 +0000 (18:00 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 21 May 2025 16:55:16 +0000 (09:55 -0700)
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

index 29555a8bc3153dd099285f4c78928547fc6e2500..bc3d1810f352c18c39c9c825d2f0a763a0e3c64b 100644 (file)
@@ -121,7 +121,6 @@ static __always_inline void kmsan_leave_runtime(void)
        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);