From: Brendan Higgins Date: Mon, 23 Sep 2019 09:02:48 +0000 (-0700) Subject: MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=88aecb096c4142d18ec3929fa56dd0ac886e3b4c;p=linux.git 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 Cc: Iurii Zaikin Reviewed-by: Greg Kroah-Hartman Reviewed-by: Logan Gunthorpe Acked-by: Luis Chamberlain Signed-off-by: Shuah Khan --- diff --git a/MAINTAINERS b/MAINTAINERS index c8a7e2ddf916b..7ef985e014575 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13132,12 +13132,14 @@ F: Documentation/filesystems/proc.txt PROC SYSCTL M: Luis Chamberlain M: Kees Cook +M: Iurii Zaikin 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