All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-unexport-globally-copy_to_kernel_nofault-v2.patch removed from -mm tree
@ 2025-07-10  4:44 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-07-10  4:44 UTC (permalink / raw)
  To: mm-commits, vincenzo.frascino, ryabinin.a.a, hch, glider, elver,
	dvyukov, david, arnd, andreyknvl, snovitoll, akpm


The quilt patch titled
     Subject: mm-unexport-globally-copy_to_kernel_nofault-v2
has been removed from the -mm tree.  Its filename was
     mm-unexport-globally-copy_to_kernel_nofault-v2.patch

This patch was dropped because it was folded into mm-unexport-globally-copy_to_kernel_nofault.patch

------------------------------------------------------
From: Sabyrzhan Tasbolatov <snovitoll@gmail.com>
Subject: mm-unexport-globally-copy_to_kernel_nofault-v2
Date: Sun, 22 Jun 2025 19:11:42 +0500

add a brief comment to `#ifndef MODULE`

Link: https://lkml.kernel.org/r/20250622141142.79332-1-snovitoll@gmail.com
Fixes: ca79a00bb9a8 ("kasan: migrate copy_user_test to kunit")
Signed-off-by: Sabyrzhan Tasbolatov <snovitoll@gmail.com>
Suggested-by: Christoph Hellwig <hch@infradead.org>
Suggested-by: Marco Elver <elver@google.com>
Reviewed-by: Andrey Konovalov <andreyknvl@gmail.com>
Cc: Alexander Potapenko <glider@google.com>
Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: David Hildenbrand <david@redhat.com>
Cc: Dmitriy Vyukov <dvyukov@google.com>
Cc: Vincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/kasan/kasan_test_c.c |    4 ++++
 1 file changed, 4 insertions(+)

--- a/mm/kasan/kasan_test_c.c~mm-unexport-globally-copy_to_kernel_nofault-v2
+++ a/mm/kasan/kasan_test_c.c
@@ -1977,6 +1977,10 @@ static void rust_uaf(struct kunit *test)
 	KUNIT_EXPECT_KASAN_FAIL(test, kasan_test_rust_uaf());
 }
 
+/*
+ * copy_to_kernel_nofault() is an internal helper available when
+ * kasan_test is built-in, so it must not be visible to loadable modules.
+ */
 #ifndef MODULE
 static void copy_to_kernel_nofault_oob(struct kunit *test)
 {
_

Patches currently in -mm which might be from snovitoll@gmail.com are

mm-unexport-globally-copy_to_kernel_nofault.patch


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

only message in thread, other threads:[~2025-07-10  4:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-10  4:44 [folded-merged] mm-unexport-globally-copy_to_kernel_nofault-v2.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.