All of lore.kernel.org
 help / color / mirror / Atom feed
* + maintainers-add-myself-as-slab-allocators-maintainer.patch added to -mm tree
@ 2021-01-09  0:53 akpm
  2021-01-09 19:08 ` Pekka Enberg
  0 siblings, 1 reply; 3+ messages in thread
From: akpm @ 2021-01-09  0:53 UTC (permalink / raw)
  To: cl, iamjoonsoo.kim, mm-commits, penberg, rientjes, vbabka


The patch titled
     Subject: MAINTAINERS: add Vlastimil as slab allocators maintainer
has been added to the -mm tree.  Its filename is
     maintainers-add-myself-as-slab-allocators-maintainer.patch

This patch should soon appear at
    https://ozlabs.org/~akpm/mmots/broken-out/maintainers-add-myself-as-slab-allocators-maintainer.patch
and later at
    https://ozlabs.org/~akpm/mmotm/broken-out/maintainers-add-myself-as-slab-allocators-maintainer.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Vlastimil Babka <vbabka@suse.cz>
Subject: MAINTAINERS: add Vlastimil 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.

Link: https://lkml.kernel.org/r/20210108110353.19971-1-vbabka@suse.cz
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

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

--- a/MAINTAINERS~maintainers-add-myself-as-slab-allocators-maintainer
+++ a/MAINTAINERS
@@ -16321,6 +16321,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
_

Patches currently in -mm which might be from vbabka@suse.cz are

maintainers-add-myself-as-slab-allocators-maintainer.patch


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

* Re: + maintainers-add-myself-as-slab-allocators-maintainer.patch added to -mm tree
  2021-01-09  0:53 + maintainers-add-myself-as-slab-allocators-maintainer.patch added to -mm tree akpm
@ 2021-01-09 19:08 ` Pekka Enberg
  2021-01-14 13:18   ` Vlastimil Babka
  0 siblings, 1 reply; 3+ messages in thread
From: Pekka Enberg @ 2021-01-09 19:08 UTC (permalink / raw)
  To: akpm; +Cc: cl, iamjoonsoo.kim, mm-commits, penberg, rientjes, vbabka

On Fri, Jan 08, 2021 at 04:53:52PM -0800, akpm@linux-foundation.org wrote:
> 
> The patch titled
>      Subject: MAINTAINERS: add Vlastimil as slab allocators maintainer
> has been added to the -mm tree.  Its filename is
>      maintainers-add-myself-as-slab-allocators-maintainer.patch
> 
> This patch should soon appear at
>     https://ozlabs.org/~akpm/mmots/broken-out/maintainers-add-myself-as-slab-allocators-maintainer.patch
> and later at
>     https://ozlabs.org/~akpm/mmotm/broken-out/maintainers-add-myself-as-slab-allocators-maintainer.patch
> 
> Before you just go and hit "reply", please:
>    a) Consider who else should be cc'ed
>    b) Prefer to cc a suitable mailing list as well
>    c) Ideally: find the original patch on the mailing list and do a
>       reply-to-all to that, adding suitable additional cc's
> 
> *** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
> 
> The -mm tree is included into linux-next and is updated
> there every 3-4 working days
> 
> ------------------------------------------------------
> From: Vlastimil Babka <vbabka@suse.cz>
> Subject: MAINTAINERS: add Vlastimil 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.
> 
> Link: https://lkml.kernel.org/r/20210108110353.19971-1-vbabka@suse.cz
> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
> Acked-by: Christoph Lameter <cl@linux.com>
> Cc: Pekka Enberg <penberg@kernel.org>
> Cc: David Rientjes <rientjes@google.com>
> Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

Acked-by: Pekka Enberg <penberg@kernel.org>

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

* Re: + maintainers-add-myself-as-slab-allocators-maintainer.patch added to -mm tree
  2021-01-09 19:08 ` Pekka Enberg
@ 2021-01-14 13:18   ` Vlastimil Babka
  0 siblings, 0 replies; 3+ messages in thread
From: Vlastimil Babka @ 2021-01-14 13:18 UTC (permalink / raw)
  To: Pekka Enberg, akpm; +Cc: cl, iamjoonsoo.kim, mm-commits, penberg, rientjes

On 1/9/21 8:08 PM, Pekka Enberg wrote:

>> ------------------------------------------------------
>> From: Vlastimil Babka <vbabka@suse.cz>
>> Subject: MAINTAINERS: add Vlastimil 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.
>> 
>> Link: https://lkml.kernel.org/r/20210108110353.19971-1-vbabka@suse.cz
>> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
>> Acked-by: Christoph Lameter <cl@linux.com>
>> Cc: Pekka Enberg <penberg@kernel.org>
>> Cc: David Rientjes <rientjes@google.com>
>> Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
>> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> 
> Acked-by: Pekka Enberg <penberg@kernel.org>

Thanks!

Vlastimil

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

end of thread, other threads:[~2021-01-14 13:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-09  0:53 + maintainers-add-myself-as-slab-allocators-maintainer.patch added to -mm tree akpm
2021-01-09 19:08 ` Pekka Enberg
2021-01-14 13:18   ` 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.