diff options
author | Catalin Marinas <[email protected]> | 2009-06-12 09:35:22 +0100 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2009-06-12 13:08:00 +0100 |
commit | c3bb4d24ab4b74e11992ccb9828569583166a87d (patch) | |
tree | 99772140a66aad19f8426a748670e6a3fe61f7c1 | |
parent | 6ab56315a36e42e90ad7173aa8b3bbd1467d1fea (diff) |
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 <[email protected]>
-rw-r--r-- | MAINTAINERS | 16 |
1 files changed, 10 insertions, 6 deletions
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 +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 @@ -3372,12 +3382,6 @@ F: Documentation/trace/kmemtrace.txt F: include/trace/kmemtrace.h F: kernel/trace/kmemtrace.c -KMEMLEAK -P: Catalin Marinas -S: Maintained - KPROBES P: Ananth N Mavinakayanahalli |