linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kmsan: test: add module description
@ 2025-06-03  7:53 Arnd Bergmann
  2025-06-03  9:34 ` Alexander Potapenko
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2025-06-03  7:53 UTC (permalink / raw)
  To: Alexander Potapenko, Andrew Morton
  Cc: Arnd Bergmann, Marco Elver, Dmitry Vyukov, Andrey Konovalov,
	Sabyrzhan Tasbolatov, kasan-dev, linux-mm, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

Every module should have a description, and kbuild now warns for those
that don't.

WARNING: modpost: missing MODULE_DESCRIPTION() in mm/kmsan/kmsan_test.o

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 mm/kmsan/kmsan_test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mm/kmsan/kmsan_test.c b/mm/kmsan/kmsan_test.c
index 9733a22c46c1..c6c5b2bbede0 100644
--- a/mm/kmsan/kmsan_test.c
+++ b/mm/kmsan/kmsan_test.c
@@ -732,3 +732,4 @@ kunit_test_suites(&kmsan_test_suite);
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Alexander Potapenko <glider@google.com>");
+MODULE_DESCRIPTION("Test cases for KMSAN");
-- 
2.39.5



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-03  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-03  7:53 [PATCH] kmsan: test: add module description Arnd Bergmann
2025-06-03  9:34 ` Alexander Potapenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox