[RFC PATCH] MAINTAINERS: add headers and doc to SCHEDULER

From: Lukas Bulwahn
Date: Sun Mar 08 2020 - 13:49:49 EST


Various files in include/linux/sched/ are identified as part of THE REST
according to MAINTAINERS, but they are really belong to SCHEDULER.

Add include/linux/sched/, include/uapi/linux/sched/ and
Documentation/scheduler/ to the SCHEDULER entry, and order the entry with
parse-maintainers.pl.

This was identified with a small script that finds all files belonging to
THE REST according to the current MAINTAINERS file, and I investigated
upon its output.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
---
MAINTAINERS | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4869bd91b6ff..3a0f8115c92c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14754,13 +14754,16 @@ R: Steven Rostedt <rostedt@xxxxxxxxxxx> (SCHED_FIFO/SCHED_RR)
R: Ben Segall <bsegall@xxxxxxxxxx> (CONFIG_CFS_BANDWIDTH)
R: Mel Gorman <mgorman@xxxxxxx> (CONFIG_NUMA_BALANCING)
L: linux-kernel@xxxxxxxxxxxxxxx
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
S: Maintained
-F: kernel/sched/
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
+F: Documentation/scheduler/
+F: include/linux/preempt.h
F: include/linux/sched.h
-F: include/uapi/linux/sched.h
+F: include/linux/sched/
F: include/linux/wait.h
-F: include/linux/preempt.h
+F: include/uapi/linux/sched.h
+F: include/uapi/linux/sched/
+F: kernel/sched/

SCR24X CHIP CARD INTERFACE DRIVER
M: Lubomir Rintel <lkundrak@xxxxx>
--
2.17.1