[PATCH] MAINTAINERS: add myself as a memcg reviewer

Muchun Song posted 1 patch 3 years, 11 months ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add myself as a memcg reviewer
Posted by Muchun Song 3 years, 11 months ago
I have been focusing on mm for the past two years. e.g. developing,
fixing bugs, reviewing.  I have fixed lots of races (including memcg).
I would like to help people working on memcg or related by reviewing
their work.  Let me be Cc'd on patches related to memcg.

Signed-off-by: Muchun Song <songmuchun@bytedance.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9ce78f2275dc..0d5de0c553aa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5057,6 +5057,7 @@ M:	Johannes Weiner <hannes@cmpxchg.org>
 M:	Michal Hocko <mhocko@kernel.org>
 M:	Roman Gushchin <roman.gushchin@linux.dev>
 M:	Shakeel Butt <shakeelb@google.com>
+R:	Muchun Song <songmuchun@bytedance.com>
 L:	cgroups@vger.kernel.org
 L:	linux-mm@kvack.org
 S:	Maintained
-- 
2.11.0
Re: [PATCH] MAINTAINERS: add myself as a memcg reviewer
Posted by FanJun Kong 3 years, 11 months ago
On 17 May 22 ◦ 22:33, Muchun Song wrote:
> I have been focusing on mm for the past two years. e.g. developing,
> fixing bugs, reviewing.  I have fixed lots of races (including memcg).
> I would like to help people working on memcg or related by reviewing
> their work.  Let me be Cc'd on patches related to memcg.
> 
I vote for Muchun, not only because he helped me with kernel patch
reviewing/suggesting, but because of his influence and contribution
in the open source community.

He is very patient and skilled(memcg, list_lru, etc),
and is very friendly in the community to answer questions.

Thanks

Fanjun Kong

> Signed-off-by: Muchun Song <songmuchun@bytedance.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9ce78f2275dc..0d5de0c553aa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5057,6 +5057,7 @@ M:	Johannes Weiner <hannes@cmpxchg.org>
>  M:	Michal Hocko <mhocko@kernel.org>
>  M:	Roman Gushchin <roman.gushchin@linux.dev>
>  M:	Shakeel Butt <shakeelb@google.com>
> +R:	Muchun Song <songmuchun@bytedance.com>
>  L:	cgroups@vger.kernel.org
>  L:	linux-mm@kvack.org
>  S:	Maintained
> -- 
> 2.11.0
> 
Re: [PATCH] MAINTAINERS: add myself as a memcg reviewer
Posted by Roman Gushchin 3 years, 11 months ago
On Tue, May 17, 2022 at 10:33:20PM +0800, Muchun Song wrote:
> I have been focusing on mm for the past two years. e.g. developing,
> fixing bugs, reviewing.  I have fixed lots of races (including memcg).
> I would like to help people working on memcg or related by reviewing
> their work.  Let me be Cc'd on patches related to memcg.
> 
> Signed-off-by: Muchun Song <songmuchun@bytedance.com>

You're really good at finding subtle races and complicated synchronization
issues, so I'm really glad to see you on board (but in fact you already are).
Welcome!

Acked-by: Roman Gushchin <roman.gushchin@linux.dev>
Re: [PATCH] MAINTAINERS: add myself as a memcg reviewer
Posted by Johannes Weiner 3 years, 11 months ago
On Tue, May 17, 2022 at 10:33:20PM +0800, Muchun Song wrote:
> I have been focusing on mm for the past two years. e.g. developing,
> fixing bugs, reviewing.  I have fixed lots of races (including memcg).
> I would like to help people working on memcg or related by reviewing
> their work.  Let me be Cc'd on patches related to memcg.
> 
> Signed-off-by: Muchun Song <songmuchun@bytedance.com>

Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Re: [PATCH] MAINTAINERS: add myself as a memcg reviewer
Posted by Michal Hocko 3 years, 11 months ago
On Tue 17-05-22 22:33:20, Muchun Song wrote:
> I have been focusing on mm for the past two years. e.g. developing,
> fixing bugs, reviewing.  I have fixed lots of races (including memcg).
> I would like to help people working on memcg or related by reviewing
> their work.  Let me be Cc'd on patches related to memcg.
> 
> Signed-off-by: Muchun Song <songmuchun@bytedance.com>

Acked-by: Michal Hocko <mhocko@suse.com>

I am really happy to see more reviewers!

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9ce78f2275dc..0d5de0c553aa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5057,6 +5057,7 @@ M:	Johannes Weiner <hannes@cmpxchg.org>
>  M:	Michal Hocko <mhocko@kernel.org>
>  M:	Roman Gushchin <roman.gushchin@linux.dev>
>  M:	Shakeel Butt <shakeelb@google.com>
> +R:	Muchun Song <songmuchun@bytedance.com>
>  L:	cgroups@vger.kernel.org
>  L:	linux-mm@kvack.org
>  S:	Maintained
> -- 
> 2.11.0

-- 
Michal Hocko
SUSE Labs
Re: [PATCH] MAINTAINERS: add myself as a memcg reviewer
Posted by Shakeel Butt 3 years, 11 months ago
On Tue, May 17, 2022 at 7:34 AM Muchun Song <songmuchun@bytedance.com> wrote:
>
> I have been focusing on mm for the past two years. e.g. developing,
> fixing bugs, reviewing.  I have fixed lots of races (including memcg).
> I would like to help people working on memcg or related by reviewing
> their work.  Let me be Cc'd on patches related to memcg.
>
> Signed-off-by: Muchun Song <songmuchun@bytedance.com>

Acked-by: Shakeel Butt <shakeelb@google.com>

Thanks for your continuous help.