[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250329150529.331215-1-acarmina@redhat.com>
Date: Sat, 29 Mar 2025 15:05:29 +0000
From: Alessandro Carminati <acarmina@...hat.com>
To: linux-kselftest@...r.kernel.org
Cc: Dan Carpenter <dan.carpenter@...aro.org>,
Kees Cook <keescook@...omium.org>,
Daniel Diaz <daniel.diaz@...aro.org>,
David Gow <davidgow@...gle.com>,
Arthur Grillo <arthurgrillo@...eup.net>,
Brendan Higgins <brendan.higgins@...ux.dev>,
Naresh Kamboju <naresh.kamboju@...aro.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Maxime Ripard <mripard@...nel.org>,
Ville Syrjala <ville.syrjala@...ux.intel.com>,
Daniel Vetter <daniel@...ll.ch>,
Guenter Roeck <linux@...ck-us.net>,
Alessandro Carminati <alessandro.carminati@...il.com>,
Jani Nikula <jani.nikula@...el.com>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Jeff Johnson <jeff.johnson@....qualcomm.com>,
dri-devel@...ts.freedesktop.org,
kunit-dev@...glegroups.com,
linux-kernel@...r.kernel.org,
linux-next@...r.kernel.org,
Alessandro Carminati <acarmina@...hat.com>
Subject: [PATCH] kunit: fixes backtrace suppression test module description
Adds module description to the backtrace suppression test
Fixes: ("19f3496") kunit: add test cases for backtrace warning suppression
Signed-off-by: Alessandro Carminati <acarmina@...hat.com>
---
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..d4c5df09bba6 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 to verify warning backtrace suppression");
--
2.34.1
Powered by blists - more mailing lists