[tip: sched/core] MAINTAINERS: Add maintenance information for psi

From: tip-bot2 for Johannes Weiner
Date: Fri Mar 20 2020 - 08:59:03 EST


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

Commit-ID: a0fe6ba69059266ba70ed5d3c4ac80713f6ffde7
Gitweb: https://git.kernel.org/tip/a0fe6ba69059266ba70ed5d3c4ac80713f6ffde7
Author: Johannes Weiner <hannes@xxxxxxxxxxx>
AuthorDate: Mon, 16 Mar 2020 15:13:33 -04:00
Committer: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
CommitterDate: Fri, 20 Mar 2020 13:06:19 +01:00

MAINTAINERS: Add maintenance information for psi

Add a maintainer section for psi, as it's a user-visible, configurable
kernel feature.

The patches are still routed through the scheduler tree due to the
close integration with that code, but get_maintainers.pl does the
right thing and makes sure everybody gets CCd:

$ ./scripts/get_maintainer.pl -f kernel/sched/psi.c
Johannes Weiner <hannes@xxxxxxxxxxx> (maintainer:PRESSURE STALL INFORMATION (PSI))
Ingo Molnar <mingo@xxxxxxxxxx> (maintainer:SCHEDULER)
Peter Zijlstra <peterz@xxxxxxxxxxxxx> (maintainer:SCHEDULER)
...

Reported-by: Ivan Babrou <ivan@xxxxxxxxxxxxxx>
Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxx>
Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
Link: https://lkml.kernel.org/r/20200316191333.115523-4-hannes@xxxxxxxxxxx
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6158a14..5f82a70 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13518,6 +13518,12 @@ F: net/psample
F: include/net/psample.h
F: include/uapi/linux/psample.h

+PRESSURE STALL INFORMATION (PSI)
+M: Johannes Weiner <hannes@xxxxxxxxxxx>
+S: Maintained
+F: kernel/sched/psi.c
+F: include/linux/psi*
+
PSTORE FILESYSTEM
M: Kees Cook <keescook@xxxxxxxxxxxx>
M: Anton Vorontsov <anton@xxxxxxxxxx>