The patch titled Subject: lib/ucs2_string.c: add MODULE_LICENSE() has been added to the -mm tree. Its filename is lib-ucs2_string-add-module_license.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/lib-ucs2_string-add-module_license.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/lib-ucs2_string-add-module_license.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 <rdunlap@xxxxxxxxxxxxx> Subject: lib/ucs2_string.c: add MODULE_LICENSE() Fix missing MODULE_LICENSE() warning in lib/ucs2_string.c: WARNING: modpost: missing MODULE_LICENSE() in lib/ucs2_string.o see include/linux/module.h for more information Link: http://lkml.kernel.org/r/b2505bb4-dcf5-fc46-443d-e47db1cb2f59@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Cc: Matthew Garrett <matthew.garrett@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/ucs2_string.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN lib/ucs2_string.c~lib-ucs2_string-add-module_license lib/ucs2_string.c --- a/lib/ucs2_string.c~lib-ucs2_string-add-module_license +++ a/lib/ucs2_string.c @@ -112,3 +112,5 @@ ucs2_as_utf8(u8 *dest, const ucs2_char_t return j; } EXPORT_SYMBOL(ucs2_as_utf8); + +MODULE_LICENSE("GPL v2"); _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are zram-introduce-zram-memory-tracking-update-fix-fix-fix-fix.patch lib-ucs2_string-add-module_license.patch hexagon-fix-printk-format-warning-in-setupc.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html