aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis R. Rodriguez <[email protected]>2017-07-10 15:51:23 -0700
committerLinus Torvalds <[email protected]>2017-07-10 16:32:34 -0700
commitb689d4a72fae7a8c4f4d097ef2f6e56643933bfd (patch)
tree2067180c165371dc05234a5afa9e3f127256aff0
parent63b23e2cbc8e80de3e40184ecb2c3bfb705776fa (diff)
MAINTAINERS: give proc sysctl some maintainer love
We poke at proc sysctl enough that really we should declare it maintained. We'll just be Cc'd and sending updates / ACK'ing changes through akpm's tree. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Luis R. Rodriguez <[email protected]> Acked-by: Kees Cook <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--MAINTAINERS11
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7ad8107b47db..d8eab9322ba2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10559,6 +10559,17 @@ W: http://wireless.kernel.org/en/users/Drivers/p54
S: Obsolete
F: drivers/net/wireless/intersil/prism54/
+PROC SYSCTL
+M: "Luis R. Rodriguez" <[email protected]>
+M: Kees Cook <[email protected]>
+S: Maintained
+F: fs/proc/proc_sysctl.c
+F: include/linux/sysctl.h
+F: kernel/sysctl.c
+F: tools/testing/selftests/sysctl/
+
PS3 NETWORK SUPPORT
M: Geoff Levand <[email protected]>