diff options
author | Christoph Lameter <[email protected]> | 2014-06-23 13:22:03 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2014-06-23 16:47:43 -0700 |
commit | 16e943bf8dbc852832ce7f971690c9f0787749d5 (patch) | |
tree | a0bedae920b3b411fd940a74cb95cfebd19ee7e0 | |
parent | 4a705fef986231a3e7a6b1a6d3c37025f021f49f (diff) |
MAINTAINERS: 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]>
Acked-by: David Rientjes <[email protected]>
Acked-by: Joonsoo Kim <[email protected]>
Acked-by: Pekka Enberg <[email protected]>
Cc: Matt Mackall <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | CREDITS | 4 | ||||
-rw-r--r-- | MAINTAINERS | 8 |
2 files changed, 9 insertions, 3 deletions
@@ -9,6 +9,10 @@ Linus ---------- +M: Matt Mackal +D: SLOB slab allocator + N: Matti Aarnio D: Alpha systems hacking, IPv6 and other network related stuff diff --git a/MAINTAINERS b/MAINTAINERS index 3f2e171047b9..3cc94fff780f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8196,13 +8196,15 @@ S: Maintained 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]> 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]> |