Re: [PATCH] MAINTAINERS: add myself as a memcg co-maintainer

From: Vlastimil Babka
Date: Wed Feb 23 2022 - 05:25:36 EST


On 2/22/22 00:39, Roman Gushchin wrote:
> 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.
>
> Signed-off-by: Roman Gushchin <roman.gushchin@xxxxxxxxx>

Acked-by: Vlastimil Babka <vbabka@xxxxxxx>

> Cc: Johannes Weiner <hannes@xxxxxxxxxxx>
> Cc: Michal Hocko <mhocko@xxxxxxxxxx>
> Cc: Vladimir Davydov <vdavydov.dev@xxxxxxxxx>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 66aa3a589f6a..ecdb90e99ba7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4991,6 +4991,7 @@ CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
> M: Johannes Weiner <hannes@xxxxxxxxxxx>
> M: Michal Hocko <mhocko@xxxxxxxxxx>
> M: Vladimir Davydov <vdavydov.dev@xxxxxxxxx>
> +M: Roman Gushchin <roman.gushchin@xxxxxxxxx>
> L: cgroups@xxxxxxxxxxxxxxx
> L: linux-mm@xxxxxxxxx
> S: Maintained