2022-05-17 20:50:41

by Muchun Song

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add myself as a memcg reviewer

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 <[email protected]>
---
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 <[email protected]>
M: Michal Hocko <[email protected]>
M: Roman Gushchin <[email protected]>
M: Shakeel Butt <[email protected]>
+R: Muchun Song <[email protected]>
L: [email protected]
L: [email protected]
S: Maintained
--
2.11.0



2022-05-18 03:40:25

by FanJun Kong

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add myself as a memcg reviewer

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 <[email protected]>
> ---
> 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 <[email protected]>
> M: Michal Hocko <[email protected]>
> M: Roman Gushchin <[email protected]>
> M: Shakeel Butt <[email protected]>
> +R: Muchun Song <[email protected]>
> L: [email protected]
> L: [email protected]
> S: Maintained
> --
> 2.11.0
>

2022-05-18 04:03:42

by Michal Hocko

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add myself as a memcg reviewer

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 <[email protected]>

Acked-by: Michal Hocko <[email protected]>

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 <[email protected]>
> M: Michal Hocko <[email protected]>
> M: Roman Gushchin <[email protected]>
> M: Shakeel Butt <[email protected]>
> +R: Muchun Song <[email protected]>
> L: [email protected]
> L: [email protected]
> S: Maintained
> --
> 2.11.0

--
Michal Hocko
SUSE Labs

2022-05-18 04:47:46

by Shakeel Butt

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add myself as a memcg reviewer

On Tue, May 17, 2022 at 7:34 AM Muchun Song <[email protected]> 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 <[email protected]>

Acked-by: Shakeel Butt <[email protected]>

Thanks for your continuous help.

2022-05-18 04:55:39

by Roman Gushchin

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add myself as a memcg reviewer

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 <[email protected]>

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 <[email protected]>