The patch titled Subject: lib/cmdline_kunit: provide meaningful MODULE_LICENSE() has been added to the -mm tree. Its filename is lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix-3.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix-3.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix-3.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxx are kernelh-split-out-mathematical-helpers.patch bitmap-convert-bitmap_empty-bitmap_full-to-return-boolean.patch lib-list_kunit-follow-new-file-name-convention-for-kunit-tests.patch lib-linear_ranges_kunit-follow-new-file-name-convention-for-kunit-tests.patch lib-bits_kunit-follow-new-file-name-convention-for-kunit-tests.patch lib-cmdline-fix-get_option-for-strings-starting-with-hyphen.patch lib-cmdline-allow-null-to-be-an-output-for-get_option.patch lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api.patch lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix-2.patch lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix-3.patch