diff options
author | Peter Zijlstra <[email protected]> | 2019-08-30 14:02:46 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-09-03 09:12:51 +0200 |
commit | bb87481612c4a87d0d9ce8bcb3b9e8ce0ff89a71 (patch) | |
tree | 38513e780b5f0db2b22ecf31c67f39b47e36a510 | |
parent | a46d14eca7b75fffe35603aa8b81df654353d80f (diff) |
sched, perf: MAINTAINERS update, add submaintainers and reviewers
The below entries are a little unorthodox; I've not found other entries in
MAINTAINER that subdivide responsibilities like this, and certainly the lovely
get_maintainers.pl script will not get it, but I'm thinking to a human it
should be plenty clear and we're all very good at ignoring email anyway.
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Juri Lelli <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Acked-by: Steven Rostedt (VMware) <[email protected]>
Acked-by: Vincent Guittot <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Ben Segall <[email protected]>
Cc: Dietmar Eggemann <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 783569e3c4b4..bab0ca437e31 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12590,6 +12590,7 @@ PERFORMANCE EVENTS SUBSYSTEM M: Peter Zijlstra <[email protected]> M: Ingo Molnar <[email protected]> M: Arnaldo Carvalho de Melo <[email protected]> +R: Mark Rutland <[email protected]> R: Alexander Shishkin <[email protected]> R: Jiri Olsa <[email protected]> R: Namhyung Kim <[email protected]> @@ -14176,6 +14177,12 @@ F: drivers/watchdog/sc1200wdt.c SCHEDULER M: Ingo Molnar <[email protected]> M: Peter Zijlstra <[email protected]> +M: Juri Lelli <[email protected]> (SCHED_DEADLINE) +M: Vincent Guittot <[email protected]> (SCHED_NORMAL) +R: Dietmar Eggemann <[email protected]> (SCHED_NORMAL) +R: Steven Rostedt <[email protected]> (SCHED_FIFO/SCHED_RR) +R: Ben Segall <[email protected]> (CONFIG_CFS_BANDWIDTH) +R: Mel Gorman <[email protected]> (CONFIG_NUMA_BALANCING) T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core S: Maintained |