diff options
author | Johannes Weiner <hannes@cmpxchg.org> | 2022-01-17 13:03:17 +0100 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2022-01-27 12:57:18 +0100 |
commit | 16c8fd64c31c708c82f91dc529d3aae716867e65 (patch) | |
tree | 311870e2ddce16d2ac6e080ec98150ab68d19cc9 /MAINTAINERS | |
parent | sched/numa: initialize numa statistics when forking new task (diff) | |
download | linux-16c8fd64c31c708c82f91dc529d3aae716867e65.tar.xz linux-16c8fd64c31c708c82f91dc529d3aae716867e65.zip |
MAINTAINERS: add Suren as psi co-maintainer
Suren wrote the poll() interface, which is a significant part of the
psi code and represents a large user of psi itself (Android). It's a
good idea to have him look at psi patches as well, and it's good to
have two people following things in case one of us is traveling.
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20220117120317.1581315-1-hannes@cmpxchg.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ea3e6c914384..07b08628fda9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15504,6 +15504,7 @@ F: drivers/net/ppp/pptp.c PRESSURE STALL INFORMATION (PSI) M: Johannes Weiner <hannes@cmpxchg.org> +M: Suren Baghdasaryan <surenb@google.com> S: Maintained F: include/linux/psi* F: kernel/sched/psi.c |