aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorBrendan Higgins <brendanhiggins@google.com>2019-09-23 02:02:48 -0700
committerShuah Khan <skhan@linuxfoundation.org>2019-09-30 17:35:01 -0600
commit88aecb096c4142d18ec3929fa56dd0ac886e3b4c (patch)
tree27cd5538d34af9c08523946a763cb1cb9bbd03c1 /MAINTAINERS
parentkernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() (diff)
downloadlinux-dev-88aecb096c4142d18ec3929fa56dd0ac886e3b4c.tar.xz
linux-dev-88aecb096c4142d18ec3929fa56dd0ac886e3b4c.zip
MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
Add entry for the new proc sysctl KUnit test to the PROC SYSCTL section, and add Iurii as a maintainer. Signed-off-by: Brendan Higgins <brendanhiggins@google.com> Cc: Iurii Zaikin <yzaikin@google.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Logan Gunthorpe <logang@deltatee.com> Acked-by: Luis Chamberlain <mcgrof@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c8a7e2ddf916..7ef985e01457 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13132,12 +13132,14 @@ F: Documentation/filesystems/proc.txt
PROC SYSCTL
M: Luis Chamberlain <mcgrof@kernel.org>
M: Kees Cook <keescook@chromium.org>
+M: Iurii Zaikin <yzaikin@google.com>
L: linux-kernel@vger.kernel.org
L: linux-fsdevel@vger.kernel.org
S: Maintained
F: fs/proc/proc_sysctl.c
F: include/linux/sysctl.h
F: kernel/sysctl.c
+F: kernel/sysctl-test.c
F: tools/testing/selftests/sysctl/
PS3 NETWORK SUPPORT