From: Catalin Marinas Date: Fri, 12 Jun 2009 08:35:22 +0000 (+0100) Subject: kmemleak: Add more info to the MAINTAINERS entry X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c3bb4d24ab4b74e11992ccb9828569583166a87d;p=linux-beck.git kmemleak: Add more info to the MAINTAINERS entry The patch adds the "F:" fields to the KMEMLEAK MAINTAINERS entry and also moves it before KMEMTRACE to preserve the alphabetical order. Signed-off-by: Catalin Marinas --- diff --git a/MAINTAINERS b/MAINTAINERS index c944d618dc83..f7d64fa8231d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3363,6 +3363,16 @@ F: drivers/serial/kgdboc.c F: include/linux/kgdb.h F: kernel/kgdb.c +KMEMLEAK +P: Catalin Marinas +M: catalin.marinas@arm.com +L: linux-kernel@vger.kernel.org +S: Maintained +F: Documentation/kmemleak.txt +F: include/linux/kmemleak.h +F: mm/kmemleak.c +F: mm/kmemleak-test.c + KMEMTRACE P: Eduard - Gabriel Munteanu M: eduard.munteanu@linux360.ro @@ -3372,12 +3382,6 @@ F: Documentation/trace/kmemtrace.txt F: include/trace/kmemtrace.h F: kernel/trace/kmemtrace.c -KMEMLEAK -P: Catalin Marinas -M: catalin.marinas@arm.com -L: linux-kernel@vger.kernel.org -S: Maintained - KPROBES P: Ananth N Mavinakayanahalli M: ananth@in.ibm.com