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> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index cc1d18cb5d18..6d9684b931cc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13515,6 +13515,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> -- 2.25.1