aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2010-05-20 21:04:19 -0500
committerJason Wessel <jason.wessel@windriver.com>2010-05-20 21:04:19 -0500
commit4063eb5fa4ef514077f84f47a7759ab255eddda5 (patch)
tree3a7e3af154b964c34539f13782d9cc6c10f4412e /MAINTAINERS
parent53197fc49549240f6c6a963b2713a4cd9517964b (diff)
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 24490426750..397aba34f56 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>