All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add myself as slab allocators maintainer
@ 2021-01-08 11:03 Vlastimil Babka
  2021-01-08 18:46   ` Christoph Lameter
  0 siblings, 1 reply; 7+ messages in thread
From: Vlastimil Babka @ 2021-01-08 11:03 UTC (permalink / raw)
  To: linux-mm
  Cc: Andrew Morton, linux-kernel, Christoph Lameter, Pekka Enberg,
	David Rientjes, Joonsoo Kim, Vlastimil Babka

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 <vbabka@suse.cz>
---
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 <penberg@kernel.org>
 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>
 L:	linux-mm@kvack.org
 S:	Maintained
 F:	include/linux/sl?b*.h
-- 
2.29.2


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

* Re: [PATCH] MAINTAINERS: add myself as slab allocators maintainer
  2021-01-08 11:03 [PATCH] MAINTAINERS: add myself as slab allocators maintainer Vlastimil Babka
@ 2021-01-08 18:46   ` Christoph Lameter
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Lameter @ 2021-01-08 18:46 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: linux-mm, Andrew Morton, linux-kernel, Pekka Enberg,
	David Rientjes, Joonsoo Kim

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

Acked-by: Christoph Lameter <cl@linux.com>


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

* Re: [PATCH] MAINTAINERS: add myself as slab allocators maintainer
@ 2021-01-08 18:46   ` Christoph Lameter
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Lameter @ 2021-01-08 18:46 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: linux-mm, Andrew Morton, linux-kernel, Pekka Enberg,
	David Rientjes, Joonsoo Kim

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

Acked-by: Christoph Lameter <cl@linux.com>



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

* Re: [PATCH] MAINTAINERS: add myself as slab allocators maintainer
  2021-01-08 18:46   ` Christoph Lameter
  (?)
@ 2021-01-14 13:17   ` Vlastimil Babka
  2021-01-15  9:03       ` David Rientjes
  -1 siblings, 1 reply; 7+ messages in thread
From: Vlastimil Babka @ 2021-01-14 13:17 UTC (permalink / raw)
  To: Christoph Lameter
  Cc: linux-mm, Andrew Morton, linux-kernel, Pekka Enberg,
	David Rientjes, Joonsoo Kim

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 <cl@linux.com>

Thanks!

Vlastimil

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

* Re: [PATCH] MAINTAINERS: add myself as slab allocators maintainer
  2021-01-14 13:17   ` Vlastimil Babka
@ 2021-01-15  9:03       ` David Rientjes
  0 siblings, 0 replies; 7+ messages in thread
From: David Rientjes @ 2021-01-15  9:03 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: Christoph Lameter, linux-mm, Andrew Morton, linux-kernel,
	Pekka Enberg, Joonsoo Kim

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 <cl@linux.com>
> 
> Thanks!
> 

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

Great addition!

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

* Re: [PATCH] MAINTAINERS: add myself as slab allocators maintainer
@ 2021-01-15  9:03       ` David Rientjes
  0 siblings, 0 replies; 7+ messages in thread
From: David Rientjes @ 2021-01-15  9:03 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: Christoph Lameter, linux-mm, Andrew Morton, linux-kernel,
	Pekka Enberg, Joonsoo Kim

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 <cl@linux.com>
> 
> Thanks!
> 

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

Great addition!


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

* Re: [PATCH] MAINTAINERS: add myself as slab allocators maintainer
  2021-01-15  9:03       ` David Rientjes
  (?)
@ 2021-01-15 12:45       ` Vlastimil Babka
  -1 siblings, 0 replies; 7+ messages in thread
From: Vlastimil Babka @ 2021-01-15 12:45 UTC (permalink / raw)
  To: David Rientjes
  Cc: Christoph Lameter, linux-mm, Andrew Morton, linux-kernel,
	Pekka Enberg, Joonsoo Kim

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 <cl@linux.com>
>> 
>> Thanks!
>> 
> 
> Acked-by: David Rientjes <rientjes@google.com>
> 
> Great addition!

Thanks, David!



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

end of thread, other threads:[~2021-01-15 12:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 11:03 [PATCH] MAINTAINERS: add myself as slab allocators maintainer Vlastimil Babka
2021-01-08 18:46 ` Christoph Lameter
2021-01-08 18:46   ` Christoph Lameter
2021-01-14 13:17   ` Vlastimil Babka
2021-01-15  9:03     ` David Rientjes
2021-01-15  9:03       ` David Rientjes
2021-01-15 12:45       ` Vlastimil Babka

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.