All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add myself as reviewer for slab
@ 2022-05-07  7:35 Hyeonggon Yoo
  2022-05-10  8:09 ` Vlastimil Babka
  0 siblings, 1 reply; 3+ messages in thread
From: Hyeonggon Yoo @ 2022-05-07  7:35 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Hyeonggon Yoo, Christoph Lameter, Pekka Enberg, David Rientjes,
	Joonsoo Kim, Vlastimil Babka, Roman Gushchin, linux-kernel,
	linux-mm

Recently I was involved in slab subsystem (reviewing struct slab,
SLUB debugfs and etc). I would like to help maintainers and people
working on slab allocators by reviewing and testing their work.

Let me be Cc'd on patches related to slab.

Signed-off-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index edc96cdb85e8..c21e6221513f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18103,6 +18103,7 @@ 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>
+R:	Hyeonggon Yoo <42.hyeyoo@gmail.com>
 L:	linux-mm@kvack.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
-- 
2.32.0


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

* Re: [PATCH] MAINTAINERS: add myself as reviewer for slab
  2022-05-07  7:35 [PATCH] MAINTAINERS: add myself as reviewer for slab Hyeonggon Yoo
@ 2022-05-10  8:09 ` Vlastimil Babka
  2022-05-10 10:01   ` Hyeonggon Yoo
  0 siblings, 1 reply; 3+ messages in thread
From: Vlastimil Babka @ 2022-05-10  8:09 UTC (permalink / raw)
  To: Hyeonggon Yoo, Andrew Morton
  Cc: Christoph Lameter, Pekka Enberg, David Rientjes, Joonsoo Kim,
	Roman Gushchin, linux-kernel, linux-mm

On 5/7/22 09:35, Hyeonggon Yoo wrote:
> Recently I was involved in slab subsystem (reviewing struct slab,
> SLUB debugfs and etc). I would like to help maintainers and people
> working on slab allocators by reviewing and testing their work.
> 
> Let me be Cc'd on patches related to slab.
> 
> Signed-off-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>

Added to slab tree, thanks for your efforts!

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index edc96cdb85e8..c21e6221513f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18103,6 +18103,7 @@ 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>
> +R:	Hyeonggon Yoo <42.hyeyoo@gmail.com>
>  L:	linux-mm@kvack.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git


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

* Re: [PATCH] MAINTAINERS: add myself as reviewer for slab
  2022-05-10  8:09 ` Vlastimil Babka
@ 2022-05-10 10:01   ` Hyeonggon Yoo
  0 siblings, 0 replies; 3+ messages in thread
From: Hyeonggon Yoo @ 2022-05-10 10:01 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: Andrew Morton, Christoph Lameter, Pekka Enberg, David Rientjes,
	Joonsoo Kim, Roman Gushchin, linux-kernel, linux-mm

On Tue, May 10, 2022 at 10:09:24AM +0200, Vlastimil Babka wrote:
> On 5/7/22 09:35, Hyeonggon Yoo wrote:
> > Recently I was involved in slab subsystem (reviewing struct slab,
> > SLUB debugfs and etc). I would like to help maintainers and people
> > working on slab allocators by reviewing and testing their work.
> > 
> > Let me be Cc'd on patches related to slab.
> > 
> > Signed-off-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
> 
> Added to slab tree, thanks for your efforts!
>

Thanks Vlastimil, you are so thoughtful and nice.
I enjoy working with you ;-)

> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index edc96cdb85e8..c21e6221513f 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -18103,6 +18103,7 @@ 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>
> > +R:	Hyeonggon Yoo <42.hyeyoo@gmail.com>
> >  L:	linux-mm@kvack.org
> >  S:	Maintained
> >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
> 

-- 
Thanks,
Hyeonggon

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

end of thread, other threads:[~2022-05-10 10:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-07  7:35 [PATCH] MAINTAINERS: add myself as reviewer for slab Hyeonggon Yoo
2022-05-10  8:09 ` Vlastimil Babka
2022-05-10 10:01   ` Hyeonggon Yoo

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.