summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJason Wessel2010-05-21 04:04:19 +0200
committerJason Wessel2010-05-21 04:04:19 +0200
commit4063eb5fa4ef514077f84f47a7759ab255eddda5 (patch)
tree3a7e3af154b964c34539f13782d9cc6c10f4412e /MAINTAINERS
parentSeparate the gdbstub from the debug core (diff)
downloadkernel-qcow2-linux-4063eb5fa4ef514077f84f47a7759ab255eddda5.tar.gz
kernel-qcow2-linux-4063eb5fa4ef514077f84f47a7759ab255eddda5.tar.xz
kernel-qcow2-linux-4063eb5fa4ef514077f84f47a7759ab255eddda5.zip
MAINTAINERS: update kgdb, and debug_core info
Update the kgdb section. Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 24490426750d..397aba34f560 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3326,15 +3326,16 @@ F: include/linux/key-type.h
F: include/keys/
F: security/keys/
-KGDB
+KGDB / debug_core
M: Jason Wessel <jason.wessel@windriver.com>
+W: http://kgdb.wiki.kernel.org/
L: kgdb-bugreport@lists.sourceforge.net
S: Maintained
F: Documentation/DocBook/kgdb.tmpl
F: drivers/misc/kgdbts.c
F: drivers/serial/kgdboc.c
F: include/linux/kgdb.h
-F: kernel/kgdb.c
+F: kernel/debug/
KMEMCHECK
M: Vegard Nossum <vegardno@ifi.uio.no>