diff options
author | Luis R. Rodriguez <[email protected]> | 2017-07-14 14:50:05 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-07-14 15:05:13 -0700 |
commit | 062b87406d0d73b3894b562dc3067d9ea760bd3e (patch) | |
tree | 8dd3bdb37c4dcd8fb7dce55028ec21d935bc770f | |
parent | 20cf0c54e641071d90c4043021217165f1499056 (diff) |
MAINTAINERS: give kmod some maintainer love
As suggested by Jessica, I've been actively working on kmod, so might as
well reflect its maintained status.
Changes are expected to go through akpm's tree.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Luis R. Rodriguez <[email protected]>
Suggested-by: Jessica Yu <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: Michal Marek <[email protected]>
Cc: Petr Mladek <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 30dde8cd401e..c917d4161427 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7554,6 +7554,13 @@ F: include/linux/kmemleak.h F: mm/kmemleak.c F: mm/kmemleak-test.c +KMOD MODULE USERMODE HELPER +M: "Luis R. Rodriguez" <[email protected]> +S: Maintained +F: kernel/kmod.c +F: include/linux/kmod.h + KPROBES M: Ananth N Mavinakayanahalli <[email protected]> M: Anil S Keshavamurthy <[email protected]> |