[tip: sched/core] sched, perf: MAINTAINERS update, add submaintainers and reviewers

From: tip-bot2 for Peter Zijlstra
Date: Tue Sep 03 2019 - 04:32:05 EST


The following commit has been merged into the sched/core branch of tip:

Commit-ID: bb87481612c4a87d0d9ce8bcb3b9e8ce0ff89a71
Gitweb: https://git.kernel.org/tip/bb87481612c4a87d0d9ce8bcb3b9e8ce0ff89a71
Author: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
AuthorDate: Fri, 30 Aug 2019 14:02:46 +02:00
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
CommitterDate: Tue, 03 Sep 2019 09:12:51 +02:00

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) <peterz@xxxxxxxxxxxxx>
Acked-by: Juri Lelli <juri.lelli@xxxxxxxxxx>
Acked-by: Mark Rutland <mark.rutland@xxxxxxx>
Acked-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
Acked-by: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
Cc: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
Cc: Ben Segall <bsegall@xxxxxxxxxx>
Cc: Dietmar Eggemann <dietmar.eggemann@xxxxxxx>
Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Cc: Mel Gorman <mgorman@xxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 783569e..bab0ca4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12590,6 +12590,7 @@ PERFORMANCE EVENTS SUBSYSTEM
M: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
M: Ingo Molnar <mingo@xxxxxxxxxx>
M: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
+R: Mark Rutland <mark.rutland@xxxxxxx>
R: Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx>
R: Jiri Olsa <jolsa@xxxxxxxxxx>
R: Namhyung Kim <namhyung@xxxxxxxxxx>
@@ -14176,6 +14177,12 @@ F: drivers/watchdog/sc1200wdt.c
SCHEDULER
M: Ingo Molnar <mingo@xxxxxxxxxx>
M: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
+M: Juri Lelli <juri.lelli@xxxxxxxxxx> (SCHED_DEADLINE)
+M: Vincent Guittot <vincent.guittot@xxxxxxxxxx> (SCHED_NORMAL)
+R: Dietmar Eggemann <dietmar.eggemann@xxxxxxx> (SCHED_NORMAL)
+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