* [PATCH 08/10] kunit: add module description for backtrace suppression test
[not found] <20250324173242.1501003-1-arnd@kernel.org>
@ 2025-03-24 17:32 ` Arnd Bergmann
0 siblings, 0 replies; only message in thread
From: Arnd Bergmann @ 2025-03-24 17:32 UTC (permalink / raw)
To: Jeff Johnson, Andrew Morton, Masahiro Yamada, Brendan Higgins,
David Gow, Guenter Roeck, Kees Cook, Alessandro Carminati,
Dan Carpenter
Cc: Stephen Rothwell, linux-next, Arnd Bergmann, Rae Moar,
linux-kselftest, kunit-dev, linux-kernel
From: Arnd Bergmann <arnd@arndb.de>
The module was added but has no description:
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/kunit/backtrace-suppression-test.o
Fixes: ebf1c420422a ("kunit: add test cases for backtrace warning suppression")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
lib/kunit/backtrace-suppression-test.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/kunit/backtrace-suppression-test.c b/lib/kunit/backtrace-suppression-test.c
index 8b4125af2481..1ceb30c736d7 100644
--- a/lib/kunit/backtrace-suppression-test.c
+++ b/lib/kunit/backtrace-suppression-test.c
@@ -102,3 +102,4 @@ static struct kunit_suite backtrace_suppression_test_suite = {
kunit_test_suites(&backtrace_suppression_test_suite);
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("KUnit test for suppressing warning tracebacks");
--
2.39.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-24 17:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250324173242.1501003-1-arnd@kernel.org>
2025-03-24 17:32 ` [PATCH 08/10] kunit: add module description for backtrace suppression test Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox