Skip to content

Commit

Permalink
ubsan: add missing MODULE_DESCRIPTION() macro
Browse files Browse the repository at this point in the history
make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_ubsan.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Jeff Johnson <[email protected]>
Cc: Andrey Konovalov <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Marco Elver <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
  • Loading branch information
Jeff Johnson authored and akpm00 committed Jul 4, 2024
1 parent 757234f commit 2ec8398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/test_ubsan.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,5 @@ static void __exit test_ubsan_exit(void)
module_exit(test_ubsan_exit);

MODULE_AUTHOR("Jinbum Park <[email protected]>");
MODULE_DESCRIPTION("UBSAN unit test");
MODULE_LICENSE("GPL v2");

0 comments on commit 2ec8398

Please sign in to comment.