diff options
author | Roman Gushchin <[email protected]> | 2022-02-25 19:11:11 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2022-02-26 09:51:17 -0800 |
commit | 7d547dcf97f275e9f507c8099e168ed682fe1257 (patch) | |
tree | 9477b673c0d38b4eff02640be4c17c490a648a66 | |
parent | f39c58008dee7ab5fc94c3f1995a21e886801df0 (diff) |
MAINTAINERS: add Roman as a memcg co-maintainer
Add myself as a memcg co-maintainer. My primary focus over last few
years was the kernel memory accounting stack, but I do work on some
other parts of the memory controller as well.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Roman Gushchin <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Cc: Vladimir Davydov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 71498bb8a142..c513c4a91c83 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4914,6 +4914,7 @@ CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) M: Johannes Weiner <[email protected]> M: Michal Hocko <[email protected]> M: Vladimir Davydov <[email protected]> +M: Roman Gushchin <[email protected]> S: Maintained |