diff options
author | Johannes Weiner <[email protected]> | 2023-08-01 09:18:21 -0400 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2023-08-02 16:19:25 +0200 |
commit | 113d0a6b3954b57907d1a6e3209f4174f504e0ae (patch) | |
tree | b34da076ee7d7432e5c8a5e9515369bac14387fe | |
parent | 98dfdd9ee93995a408192dbbf3dd219ba23e3738 (diff) |
MAINTAINERS: Add Peter explicitly to the psi section
Peter is kind enough to route the low-volume psi patches through the
scheduler tree, but he is frequently not CC'd on them.
While he is matched through the SCHEDULER maintainers and reviewers on
kern/sched/*, that list is long, and mostly not applicable to psi
code. Thus, patch submitters often just CC the explicit PSI entries.
Add him to that section, to make sure he gets those patches.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aee340630eca..f017dc6ce7ab 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17047,6 +17047,7 @@ F: drivers/net/ppp/pptp.c PRESSURE STALL INFORMATION (PSI) M: Johannes Weiner <[email protected]> M: Suren Baghdasaryan <[email protected]> +R: Peter Ziljstra <[email protected]> S: Maintained F: include/linux/psi* F: kernel/sched/psi.c |