| From: Alessandro Carminati <acarmina@redhat.com> |
| Subject: kunit: fix backtrace suppression test module description |
| Date: Sat, 29 Mar 2025 15:05:29 +0000 |
| |
| Add module description to the backtrace suppression test. |
| |
| Link: https://lkml.kernel.org/r/20250329150529.331215-1-acarmina@redhat.com |
| Signed-off-by: Alessandro Carminati <acarmina@redhat.com> |
| Acked-by: David Gow <davidgow@google.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| lib/kunit/backtrace-suppression-test.c | 1 + |
| 1 file changed, 1 insertion(+) |
| |
| --- a/lib/kunit/backtrace-suppression-test.c~kunit-add-test-cases-for-backtrace-warning-suppression-fix |
| +++ a/lib/kunit/backtrace-suppression-test.c |
| @@ -102,3 +102,4 @@ static struct kunit_suite backtrace_supp |
| kunit_test_suites(&backtrace_suppression_test_suite); |
| |
| MODULE_LICENSE("GPL"); |
| +MODULE_DESCRIPTION("KUnit test to verify warning backtrace suppression"); |
| _ |