2021-01-08 11:06:35

by Vlastimil Babka

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add myself as slab allocators maintainer

I would like to help with slab allocators maintenance, from the perspective of
being responsible for SLAB and more recently also SLUB in an enterprise distro
kernel and supporting its users. Recently I've been focusing on improving
SLUB's debugging features, and patch review in the area, including the kmemcg
accounting rewrite last year.

Signed-off-by: Vlastimil Babka <[email protected]>
---
Hi,

this might look perhaps odd with 4 people (plus Andrew) already listed, but on
closer look we have 2 (or 3 if you count SLOB) allocators and the focus of each
maintainer varies. Maybe this would be also an opportunity to split the area
explicitly, if the maintainers would want that? I'm fine with all of them
personally - while we moved to SLUB in new code streams, olders ones with SLAB
will continue be supported for years anyway.

Thanks,
Vlastimil

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

diff --git a/MAINTAINERS b/MAINTAINERS
index da4892dc52b4..fd657bb4157f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16351,6 +16351,7 @@ M: Pekka Enberg <[email protected]>
M: David Rientjes <[email protected]>
M: Joonsoo Kim <[email protected]>
M: Andrew Morton <[email protected]>
+M: Vlastimil Babka <[email protected]>
L: [email protected]
S: Maintained
F: include/linux/sl?b*.h
--
2.29.2


Subject: Re: [PATCH] MAINTAINERS: add myself as slab allocators maintainer

I am ok with you as a slab maintainer. I have seen some good work from
you.

Acked-by: Christoph Lameter <[email protected]>

2021-01-14 13:21:03

by Vlastimil Babka

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add myself as slab allocators maintainer

On 1/8/21 7:46 PM, Christoph Lameter wrote:
> I am ok with you as a slab maintainer. I have seen some good work from
> you.
>
> Acked-by: Christoph Lameter <[email protected]>

Thanks!

Vlastimil

2021-01-15 09:07:05

by David Rientjes

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add myself as slab allocators maintainer

On Thu, 14 Jan 2021, Vlastimil Babka wrote:

> On 1/8/21 7:46 PM, Christoph Lameter wrote:
> > I am ok with you as a slab maintainer. I have seen some good work from
> > you.
> >
> > Acked-by: Christoph Lameter <[email protected]>
>
> Thanks!
>

Acked-by: David Rientjes <[email protected]>

Great addition!

2021-01-15 12:47:55

by Vlastimil Babka

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add myself as slab allocators maintainer

On 1/15/21 10:03 AM, David Rientjes wrote:
> On Thu, 14 Jan 2021, Vlastimil Babka wrote:
>
>> On 1/8/21 7:46 PM, Christoph Lameter wrote:
>> > I am ok with you as a slab maintainer. I have seen some good work from
>> > you.
>> >
>> > Acked-by: Christoph Lameter <[email protected]>
>>
>> Thanks!
>>
>
> Acked-by: David Rientjes <[email protected]>
>
> Great addition!

Thanks, David!