diff options
| author | Arnd Bergmann <[email protected]> | 2025-06-03 07:53:07 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2025-06-06 05:02:25 +0000 |
| commit | ffa74d44f4b95a97b36a038c66f53e4edeaffb99 (patch) | |
| tree | e471183570db630d835f02e2fb9f15381a68b26c | |
| parent | MAINTAINERS: add tlb trace events to MMU GATHER AND TLB INVALIDATION (diff) | |
| download | kernel-ffa74d44f4b95a97b36a038c66f53e4edeaffb99.tar.gz kernel-ffa74d44f4b95a97b36a038c66f53e4edeaffb99.zip | |
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/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Alexander Potapenko <[email protected]>
Cc: Andrey Konovalov <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Dmitriy Vyukov <[email protected]>
Cc: Macro Elver <[email protected]>
Cc: Sabyrzhan Tasbolatov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
| -rw-r--r-- | mm/kmsan/kmsan_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <[email protected]>"); +MODULE_DESCRIPTION("Test cases for KMSAN"); |
