Skip to content

Commit ffa74d4

Browse files
arndbakpm00
authored andcommitted
kmsan: test: add module description
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 Link: https://lkml.kernel.org/r/20250603075323.1839608-1-arnd@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Alexander Potapenko <glider@google.com> Cc: Andrey Konovalov <andreyknvl@gmail.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Dmitriy Vyukov <dvyukov@google.com> Cc: Macro Elver <elver@google.com> Cc: Sabyrzhan Tasbolatov <snovitoll@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 1b11a28 commit ffa74d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mm/kmsan/kmsan_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,3 +732,4 @@ kunit_test_suites(&kmsan_test_suite);
732732

733733
MODULE_LICENSE("GPL");
734734
MODULE_AUTHOR("Alexander Potapenko <glider@google.com>");
735+
MODULE_DESCRIPTION("Test cases for KMSAN");

0 commit comments

Comments
 (0)