The patch titled Subject: lib/test_bits: add MODULE_LICENSE() has been added to the -mm tree. Its filename is bits-add-tests-of-genmask-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/bits-add-tests-of-genmask-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/bits-add-tests-of-genmask-fix.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: Randy Dunlap <rd.dunlap@xxxxxxxxx> Subject: lib/test_bits: add MODULE_LICENSE() Add MODULE_LICENSE() to prevent build warning: WARNING: modpost: missing MODULE_LICENSE() in lib/test_bits.o Link: http://lkml.kernel.org/r/dfc74524-0789-2827-4eff-476ddab65699@xxxxxxxxx Signed-off-by: Randy Dunlap <rd.dunlap@xxxxxxxxx> Cc: Rikard Falkeborn <rikard.falkeborn@xxxxxxxxx> Cc: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/test_bits.c | 2 ++ 1 file changed, 2 insertions(+) --- a/lib/test_bits.c~bits-add-tests-of-genmask-fix +++ a/lib/test_bits.c @@ -71,3 +71,5 @@ static struct kunit_suite bits_test_suit .test_cases = bits_test_cases, }; kunit_test_suite(bits_test_suite); + +MODULE_LICENSE("GPL"); _ Patches currently in -mm which might be from rd.dunlap@xxxxxxxxx are bits-add-tests-of-genmask-fix.patch