Subject: [PATCH] SLAB Maintainer update

As discussed in various threads on the side:


Remove one inactive maintainer, add two new ones and update
my email address. Plus add Andrew. And fix the glob to include
files like mm/slab_common.c

Signed-off-by: Christoph Lameter <[email protected]>

Index: linux/MAINTAINERS
===================================================================
--- linux.orig/MAINTAINERS 2014-06-04 14:13:49.404373350 -0500
+++ linux/MAINTAINERS 2014-06-04 14:16:51.804786701 -0500
@@ -8104,13 +8104,15 @@
F: drivers/usb/misc/sisusbvga/

SLAB ALLOCATOR
-M: Christoph Lameter <[email protected]>
+M: Christoph Lameter <[email protected]>
M: Pekka Enberg <[email protected]>
-M: Matt Mackall <[email protected]>
+M: David Rientjes <[email protected]>
+M: Joonsoo Kim <[email protected]>
+M: Andrew Morton <[email protected]>
L: [email protected]
S: Maintained
F: include/linux/sl?b*.h
-F: mm/sl?b.c
+F: mm/sl?b*

SLEEPABLE READ-COPY UPDATE (SRCU)
M: Lai Jiangshan <[email protected]>
Index: linux/CREDITS
===================================================================
--- linux.orig/CREDITS 2014-06-04 14:13:49.404373350 -0500
+++ linux/CREDITS 2014-06-04 14:13:49.400373430 -0500
@@ -9,6 +9,10 @@
Linus
----------

+M: Matt Mackal
+E: [email protected]
+D: SLOB slab allocator
+
N: Matti Aarnio
E: [email protected]
D: Alpha systems hacking, IPv6 and other network related stuff


2014-06-04 20:38:01

by David Rientjes

[permalink] [raw]
Subject: Re: [PATCH] SLAB Maintainer update

On Wed, 4 Jun 2014, Christoph Lameter wrote:

> As discussed in various threads on the side:
>
>
> Remove one inactive maintainer, add two new ones and update
> my email address. Plus add Andrew. And fix the glob to include
> files like mm/slab_common.c
>
> Signed-off-by: Christoph Lameter <[email protected]>

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

2014-06-04 23:05:33

by Joonsoo Kim

[permalink] [raw]
Subject: Re: [PATCH] SLAB Maintainer update

2014-06-05 5:37 GMT+09:00 David Rientjes <[email protected]>:
> On Wed, 4 Jun 2014, Christoph Lameter wrote:
>
>> As discussed in various threads on the side:
>>
>>
>> Remove one inactive maintainer, add two new ones and update
>> my email address. Plus add Andrew. And fix the glob to include
>> files like mm/slab_common.c
>>
>> Signed-off-by: Christoph Lameter <[email protected]>
>
> Acked-by: David Rientjes <[email protected]>

Acked-by: Joonsoo Kim <[email protected]>

Thanks.

2014-06-05 10:01:25

by Pekka Enberg

[permalink] [raw]
Subject: Re: [PATCH] SLAB Maintainer update

On 06/04/2014 10:20 PM, Christoph Lameter wrote:
> As discussed in various threads on the side:
>
>
> Remove one inactive maintainer, add two new ones and update
> my email address. Plus add Andrew. And fix the glob to include
> files like mm/slab_common.c
>
> Signed-off-by: Christoph Lameter <[email protected]>

Acked-by: Pekka Enberg <[email protected]>