Commit 88aecb09 authored by Brendan Higgins's avatar Brendan Higgins Committed by Shuah Khan
Browse files

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: default avatarBrendan Higgins <brendanhiggins@google.com>
Cc: Iurii Zaikin <yzaikin@google.com>
Reviewed-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: default avatarLogan Gunthorpe <logang@deltatee.com>
Acked-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 2cb80dbb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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