2022-05-09 09:10:13

by Hyeonggon Yoo

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add myself as reviewer for slab

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 <[email protected]>
---
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 <[email protected]>
M: Andrew Morton <[email protected]>
M: Vlastimil Babka <[email protected]>
R: Roman Gushchin <[email protected]>
+R: Hyeonggon Yoo <[email protected]>
L: [email protected]
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
--
2.32.0



2022-05-10 13:06:47

by Hyeonggon Yoo

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add myself as reviewer for slab

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 <[email protected]>
>
> 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 <[email protected]>
> > M: Andrew Morton <[email protected]>
> > M: Vlastimil Babka <[email protected]>
> > R: Roman Gushchin <[email protected]>
> > +R: Hyeonggon Yoo <[email protected]>
> > L: [email protected]
> > S: Maintained
> > T: git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
>

--
Thanks,
Hyeonggon

2022-05-10 19:51:16

by Vlastimil Babka

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add myself as reviewer for slab

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

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 <[email protected]>
> M: Andrew Morton <[email protected]>
> M: Vlastimil Babka <[email protected]>
> R: Roman Gushchin <[email protected]>
> +R: Hyeonggon Yoo <[email protected]>
> L: [email protected]
> S: Maintained
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git