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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

