MAINTAINERS: clarify kmod is just a kernel module loader
authorLuis R. Rodriguez <[email protected]>
Fri, 8 Sep 2017 23:17:04 +0000 (16:17 -0700)
committerLinus Torvalds <[email protected]>
Sat, 9 Sep 2017 01:26:50 +0000 (18:26 -0700)
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/[email protected]
Signed-off-by: Luis R. Rodriguez <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Dmitry Torokhov <[email protected]>
Cc: Jessica Yu <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: Michal Marek <[email protected]>
Cc: Petr Mladek <[email protected]>
Cc: Miroslav Benes <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Guenter Roeck <[email protected]>
Cc: "Eric W. Biederman" <[email protected]>
Cc: Matt Redfearn <[email protected]>
Cc: Dan Carpenter <[email protected]>
Cc: Colin Ian King <[email protected]>
Cc: Daniel Mentz <[email protected]>
Cc: David Binderman <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
MAINTAINERS

index 6a57fac2bd07b6bf198791f9f28f48b5f8229384..7aee06c1b77571743e9594469150be15e43c7c3e 100644 (file)
@@ -7623,7 +7623,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" <[email protected]>
 L:     [email protected]
 S:     Maintained