[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250324173242.1501003-8-arnd@kernel.org>
Date: Mon, 24 Mar 2025 18:32:33 +0100
From: Arnd Bergmann <arnd@...nel.org>
To: Jeff Johnson <jeff.johnson@....qualcomm.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Masahiro Yamada <masahiroy@...nel.org>,
Brendan Higgins <brendan.higgins@...ux.dev>,
David Gow <davidgow@...gle.com>,
Guenter Roeck <linux@...ck-us.net>,
Kees Cook <kees@...nel.org>,
Alessandro Carminati <acarmina@...hat.com>,
Dan Carpenter <dan.carpenter@...aro.org>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org,
Arnd Bergmann <arnd@...db.de>,
Rae Moar <rmoar@...gle.com>,
linux-kselftest@...r.kernel.org,
kunit-dev@...glegroups.com,
linux-kernel@...r.kernel.org
Subject: [PATCH 08/10] kunit: add module description for backtrace suppression test
From: Arnd Bergmann <arnd@...db.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@...db.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
Powered by blists - more mailing lists