linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add myself as a memcg co-maintainer as well
@ 2022-02-24  6:01 Shakeel Butt
  2022-02-24  6:23 ` Roman Gushchin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Shakeel Butt @ 2022-02-24  6:01 UTC (permalink / raw)
  To: Johannes Weiner, Michal Hocko, Roman Gushchin
  Cc: Andrew Morton, cgroups, linux-mm, linux-kernel, Shakeel Butt

I have been contributing and reviewing to the memcg codebase for last
couple of years. So, making it official.

Signed-off-by: Shakeel Butt <shakeelb@google.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Roman Gushchin <roman.gushchin@linux.dev>

---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ab8f1621d027..cb97140e7dda 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5014,6 +5014,7 @@ CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
 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>
 L:	cgroups@vger.kernel.org
 L:	linux-mm@kvack.org
 S:	Maintained
-- 
2.35.1.574.g5d30c73bfb-goog



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: add myself as a memcg co-maintainer as well
  2022-02-24  6:01 [PATCH] MAINTAINERS: add myself as a memcg co-maintainer as well Shakeel Butt
@ 2022-02-24  6:23 ` Roman Gushchin
  2022-02-24  7:39 ` Michal Hocko
  2022-03-01 17:02 ` Johannes Weiner
  2 siblings, 0 replies; 5+ messages in thread
From: Roman Gushchin @ 2022-02-24  6:23 UTC (permalink / raw)
  To: Shakeel Butt
  Cc: Johannes Weiner, Michal Hocko, Andrew Morton, cgroups, linux-mm,
	linux-kernel

On Wed, Feb 23, 2022 at 10:01:48PM -0800, Shakeel Butt wrote:
> I have been contributing and reviewing to the memcg codebase for last
> couple of years. So, making it official.
> 
> Signed-off-by: Shakeel Butt <shakeelb@google.com>
> Cc: Johannes Weiner <hannes@cmpxchg.org>
> Cc: Michal Hocko <mhocko@kernel.org>
> Cc: Roman Gushchin <roman.gushchin@linux.dev>

Acked-by: Roman Gushchin <roman.gushchin@linux.dev>

It was always a pleasure to work with you, Shakeel.
Looking for more...

Thanks!


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: add myself as a memcg co-maintainer as well
  2022-02-24  6:01 [PATCH] MAINTAINERS: add myself as a memcg co-maintainer as well Shakeel Butt
  2022-02-24  6:23 ` Roman Gushchin
@ 2022-02-24  7:39 ` Michal Hocko
  2022-03-01 17:02 ` Johannes Weiner
  2 siblings, 0 replies; 5+ messages in thread
From: Michal Hocko @ 2022-02-24  7:39 UTC (permalink / raw)
  To: Shakeel Butt
  Cc: Johannes Weiner, Roman Gushchin, Andrew Morton, cgroups,
	linux-mm, linux-kernel

On Wed 23-02-22 22:01:48, Shakeel Butt wrote:
> I have been contributing and reviewing to the memcg codebase for last
> couple of years. So, making it official.
> 
> Signed-off-by: Shakeel Butt <shakeelb@google.com>
> Cc: Johannes Weiner <hannes@cmpxchg.org>
> Cc: Michal Hocko <mhocko@kernel.org>
> Cc: Roman Gushchin <roman.gushchin@linux.dev>

Thanks for stepping up, Shakeel!

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

> 
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ab8f1621d027..cb97140e7dda 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5014,6 +5014,7 @@ CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
>  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>
>  L:	cgroups@vger.kernel.org
>  L:	linux-mm@kvack.org
>  S:	Maintained
> -- 
> 2.35.1.574.g5d30c73bfb-goog

-- 
Michal Hocko
SUSE Labs


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: add myself as a memcg co-maintainer as well
  2022-02-24  6:01 [PATCH] MAINTAINERS: add myself as a memcg co-maintainer as well Shakeel Butt
  2022-02-24  6:23 ` Roman Gushchin
  2022-02-24  7:39 ` Michal Hocko
@ 2022-03-01 17:02 ` Johannes Weiner
  2022-03-01 17:22   ` Shakeel Butt
  2 siblings, 1 reply; 5+ messages in thread
From: Johannes Weiner @ 2022-03-01 17:02 UTC (permalink / raw)
  To: Shakeel Butt
  Cc: Michal Hocko, Roman Gushchin, Andrew Morton, cgroups, linux-mm,
	linux-kernel

On Wed, Feb 23, 2022 at 10:01:48PM -0800, Shakeel Butt wrote:
> I have been contributing and reviewing to the memcg codebase for last
> couple of years. So, making it official.
> 
> Signed-off-by: Shakeel Butt <shakeelb@google.com>
> Cc: Johannes Weiner <hannes@cmpxchg.org>
> Cc: Michal Hocko <mhocko@kernel.org>
> Cc: Roman Gushchin <roman.gushchin@linux.dev>

It's already been sent to Linux, but for the record

Acked-by: Johannes Weiner <hannes@cmpxchg.org>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: add myself as a memcg co-maintainer as well
  2022-03-01 17:02 ` Johannes Weiner
@ 2022-03-01 17:22   ` Shakeel Butt
  0 siblings, 0 replies; 5+ messages in thread
From: Shakeel Butt @ 2022-03-01 17:22 UTC (permalink / raw)
  To: Johannes Weiner
  Cc: Michal Hocko, Roman Gushchin, Andrew Morton, Cgroups, Linux MM, LKML

On Tue, Mar 1, 2022 at 9:02 AM Johannes Weiner <hannes@cmpxchg.org> wrote:
>
> On Wed, Feb 23, 2022 at 10:01:48PM -0800, Shakeel Butt wrote:
> > I have been contributing and reviewing to the memcg codebase for last
> > couple of years. So, making it official.
> >
> > Signed-off-by: Shakeel Butt <shakeelb@google.com>
> > Cc: Johannes Weiner <hannes@cmpxchg.org>
> > Cc: Michal Hocko <mhocko@kernel.org>
> > Cc: Roman Gushchin <roman.gushchin@linux.dev>
>
> It's already been sent to Linux, but for the record
>
> Acked-by: Johannes Weiner <hannes@cmpxchg.org>

Thanks all.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-01 17:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24  6:01 [PATCH] MAINTAINERS: add myself as a memcg co-maintainer as well Shakeel Butt
2022-02-24  6:23 ` Roman Gushchin
2022-02-24  7:39 ` Michal Hocko
2022-03-01 17:02 ` Johannes Weiner
2022-03-01 17:22   ` Shakeel Butt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).