The patch titled Subject: MAINTAINERS: clarify kmod is just a kernel module loader has been added to the -mm tree. Its filename is maintainers-clarify-kmod-is-just-a-kernel-module-loader.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/maintainers-clarify-kmod-is-just-a-kernel-module-loader.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/maintainers-clarify-kmod-is-just-a-kernel-module-loader.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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx> Subject: MAINTAINERS: clarify kmod is just a kernel module loader This should make it clearer what the kmod code is now that the umh code is split out separately. Link: http://lkml.kernel.org/r/20170810180618.22457-3-mcgrof@xxxxxxxxxx Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Cc: Jessica Yu <jeyu@xxxxxxxxxx> Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Cc: Michal Marek <mmarek@xxxxxxxx> Cc: Petr Mladek <pmladek@xxxxxxxx> Cc: Miroslav Benes <mbenes@xxxxxxx> Cc: Josh Poimboeuf <jpoimboe@xxxxxxxxxx> Cc: Guenter Roeck <linux@xxxxxxxxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Cc: Matt Redfearn <matt.redfearn@xxxxxxxxxx> Cc: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Cc: Colin Ian King <colin.king@xxxxxxxxxxxxx> Cc: Daniel Mentz <danielmentz@xxxxxxxxxx> Cc: David Binderman <dcb314@xxxxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN MAINTAINERS~maintainers-clarify-kmod-is-just-a-kernel-module-loader MAINTAINERS --- a/MAINTAINERS~maintainers-clarify-kmod-is-just-a-kernel-module-loader +++ a/MAINTAINERS @@ -7546,7 +7546,7 @@ F: include/linux/kmemleak.h F: mm/kmemleak.c F: mm/kmemleak-test.c -KMOD MODULE USERMODE HELPER +KMOD KERNEL MODULE LOADER - USERMODE HELPER M: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx> L: linux-kernel@xxxxxxxxxxxxxxx S: Maintained _ Patches currently in -mm which might be from mcgrof@xxxxxxxxxx are test_kmod-fix-bug-which-allows-negative-values-on-two-config-options.patch kmod-split-out-umh-code-into-its-own-file.patch maintainers-clarify-kmod-is-just-a-kernel-module-loader.patch kmod-split-off-umh-headers-into-its-own-file.patch kmod-move-ifdef-config_modules-wrapper-to-makefile.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