diff options
author | Johannes Weiner <[email protected]> | 2020-03-16 15:13:33 -0400 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2020-03-20 13:06:19 +0100 |
commit | a0fe6ba69059266ba70ed5d3c4ac80713f6ffde7 (patch) | |
tree | 7f933cafdc15925093431405344d6883be06ccc4 | |
parent | 36b238d5717279163859fb6ba0f4360abcafab83 (diff) |
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 <[email protected]> (maintainer:PRESSURE STALL INFORMATION (PSI))
Ingo Molnar <[email protected]> (maintainer:SCHEDULER)
Peter Zijlstra <[email protected]> (maintainer:SCHEDULER)
...
Reported-by: Ivan Babrou <[email protected]>
Signed-off-by: Johannes Weiner <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6158a143a13e..5f82a7087f7d 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 <[email protected]> +S: Maintained +F: kernel/sched/psi.c +F: include/linux/psi* + PSTORE FILESYSTEM M: Kees Cook <[email protected]> M: Anton Vorontsov <[email protected]> |