All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS, SLAB: Add Roman as reviewer, git tree
@ 2022-02-22 10:31 Vlastimil Babka
  2022-02-22 18:44 ` Roman Gushchin
  2022-02-22 19:36 ` Roman Gushchin
  0 siblings, 2 replies; 4+ messages in thread
From: Vlastimil Babka @ 2022-02-22 10:31 UTC (permalink / raw)
  To: Christoph Lameter, David Rientjes, Pekka Enberg, Joonsoo Kim
  Cc: Roman Gushchin, Andrew Morton, linux-mm, linux-kernel, patches,
	Vlastimil Babka

The slab code has an overlap with kmem accounting, where Roman has done
a lot of work recently and it would be useful to make sure he's CC'd on
patches that potentially affect it. Thus add him as a reviewer for the
SLAB subsystem.

Also while at it, add the link to slab git tree.

Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fca970a46e77..5ddd45450fdc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17764,8 +17764,10 @@ M:	David Rientjes <rientjes@google.com>
 M:	Joonsoo Kim <iamjoonsoo.kim@lge.com>
 M:	Andrew Morton <akpm@linux-foundation.org>
 M:	Vlastimil Babka <vbabka@suse.cz>
+R:	Roman Gushchin <roman.gushchin@linux.dev>
 L:	linux-mm@kvack.org
 S:	Maintained
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
 F:	include/linux/sl?b*.h
 F:	mm/sl?b*
 
-- 
2.35.1


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

* Re: [PATCH] MAINTAINERS, SLAB: Add Roman as reviewer, git tree
  2022-02-22 10:31 [PATCH] MAINTAINERS, SLAB: Add Roman as reviewer, git tree Vlastimil Babka
@ 2022-02-22 18:44 ` Roman Gushchin
  2022-02-22 19:36 ` Roman Gushchin
  1 sibling, 0 replies; 4+ messages in thread
From: Roman Gushchin @ 2022-02-22 18:44 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: Christoph Lameter, David Rientjes, Pekka Enberg, Joonsoo Kim,
	Andrew Morton, linux-mm, linux-kernel, patches

On Tue, Feb 22, 2022 at 11:31:04AM +0100, Vlastimil Babka wrote:
> The slab code has an overlap with kmem accounting, where Roman has done
> a lot of work recently and it would be useful to make sure he's CC'd on
> patches that potentially affect it. Thus add him as a reviewer for the
> SLAB subsystem.
> 
> Also while at it, add the link to slab git tree.
> 
> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>

Acked-by: Roman Gushchin <guro@fb.com>

Thanks, Vlastimil!

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

* Re: [PATCH] MAINTAINERS, SLAB: Add Roman as reviewer, git tree
  2022-02-22 10:31 [PATCH] MAINTAINERS, SLAB: Add Roman as reviewer, git tree Vlastimil Babka
  2022-02-22 18:44 ` Roman Gushchin
@ 2022-02-22 19:36 ` Roman Gushchin
  2022-02-22 23:38   ` David Rientjes
  1 sibling, 1 reply; 4+ messages in thread
From: Roman Gushchin @ 2022-02-22 19:36 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: Christoph Lameter, David Rientjes, Pekka Enberg, Joonsoo Kim,
	Andrew Morton, linux-mm, linux-kernel, patches

On Tue, Feb 22, 2022 at 11:31:04AM +0100, Vlastimil Babka wrote:
> The slab code has an overlap with kmem accounting, where Roman has done
> a lot of work recently and it would be useful to make sure he's CC'd on
> patches that potentially affect it. Thus add him as a reviewer for the
> SLAB subsystem.
> 
> Also while at it, add the link to slab git tree.
> 
> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>

Sorry, used the old e-mail. Here is the correct one:

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

Thanks!

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

* Re: [PATCH] MAINTAINERS, SLAB: Add Roman as reviewer, git tree
  2022-02-22 19:36 ` Roman Gushchin
@ 2022-02-22 23:38   ` David Rientjes
  0 siblings, 0 replies; 4+ messages in thread
From: David Rientjes @ 2022-02-22 23:38 UTC (permalink / raw)
  To: Roman Gushchin
  Cc: Vlastimil Babka, Christoph Lameter, Pekka Enberg, Joonsoo Kim,
	Andrew Morton, linux-mm, linux-kernel, patches

On Tue, 22 Feb 2022, Roman Gushchin wrote:

> On Tue, Feb 22, 2022 at 11:31:04AM +0100, Vlastimil Babka wrote:
> > The slab code has an overlap with kmem accounting, where Roman has done
> > a lot of work recently and it would be useful to make sure he's CC'd on
> > patches that potentially affect it. Thus add him as a reviewer for the
> > SLAB subsystem.
> > 
> > Also while at it, add the link to slab git tree.
> > 
> > Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
> 
> Sorry, used the old e-mail. Here is the correct one:
> 
> Acked-by: Roman Gushchin <roman.gushchin@linux.dev>
> 

Acked-by: David Rientjes <rientjes@google.com>

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

end of thread, other threads:[~2022-02-22 23:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22 10:31 [PATCH] MAINTAINERS, SLAB: Add Roman as reviewer, git tree Vlastimil Babka
2022-02-22 18:44 ` Roman Gushchin
2022-02-22 19:36 ` Roman Gushchin
2022-02-22 23:38   ` David Rientjes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.