* [to-be-updated] lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix-3.patch removed from -mm tree
@ 2020-12-17 23:02 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2020-12-17 23:02 UTC (permalink / raw)
To: mm-commits, sfr, andriy.shevchenko
The patch titled
Subject: lib/cmdline_kunit: provide meaningful MODULE_LICENSE()
has been removed from the -mm tree. Its filename was
lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix-3.patch
This patch was dropped because an updated version will be merged
------------------------------------------------------
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: lib/cmdline_kunit: provide meaningful MODULE_LICENSE()
modpost complains that module has no licence provided. Provide it via
meaningful MODULE_LICENSE().
Link: https://lkml.kernel.org/r/20201116104257.15527-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
lib/cmdline_kunit.c | 2 ++
1 file changed, 2 insertions(+)
--- a/lib/cmdline_kunit.c~lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix-3
+++ a/lib/cmdline_kunit.c
@@ -96,3 +96,5 @@ static struct kunit_suite cmdline_test_s
.test_cases = cmdline_test_cases,
};
kunit_test_suite(cmdline_test_suite);
+
+MODULE_LICENSE("GPL");
_
Patches currently in -mm which might be from andriy.shevchenko@linux.intel.com are
kernelh-split-out-mathematical-helpers.patch
bitmap-convert-bitmap_empty-bitmap_full-to-return-boolean.patch
apparmor-remove-duplicate-macro-list_entry_is_head.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-12-17 23:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-17 23:02 [to-be-updated] lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix-3.patch removed from -mm tree akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox