summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Granados <joel.granados@kernel.org>2024-12-30 13:15:00 +0300
committerJoel Granados <joel.granados@kernel.org>2025-02-17 15:21:36 +0300
commit2694b6bb871d4a93ed29ca47991a9b823ea744f6 (patch)
tree7c0cc84913b3ce63117d151a6dfab160780f7e86
parenta231f5bdfdd0ac402656d82ee7e6c54ec86c0c3b (diff)
downloadlinux-2694b6bb871d4a93ed29ca47991a9b823ea744f6.tar.xz
MAINTAINERS: Update sysctl file list in MAINTAINERS
Add kunit (lib/test_sysctl.c) and doc check script (scripts/check-sysctl-docs) to the list of files in MAINTAINERS. Signed-off-by: Joel Granados <joel.granados@kernel.org>
-rw-r--r--MAINTAINERS7
1 files changed, 4 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 896a307fa065..1f4f40aa18cc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18930,9 +18930,10 @@ S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl.git sysctl-next
F: fs/proc/proc_sysctl.c
F: include/linux/sysctl.h
-F: kernel/sysctl-test.c
-F: kernel/sysctl.c
-F: tools/testing/selftests/sysctl/
+F: kernel/sysctl*
+F: tools/testing/selftests/sysctl/*
+F: lib/test_sysctl.c
+F: scripts/check-sysctl-docs
PS3 NETWORK SUPPORT
M: Geoff Levand <geoff@infradead.org>