summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2010-04-04 08:53:33 -0500
committerJason Wessel <jason.wessel@windriver.com>2010-04-04 08:53:33 -0500
commitdb5006231f6406ad8c2ec1cc5f0f7d642a9a29cf (patch)
treeba47fa908b0869d2247b02938b37d8b2a3cc3725 /MAINTAINERS
parentf2349ae9d2bccce311ed59db46011b91cd7fc8a2 (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 3d29fa389888..1752360fdeea 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3280,15 +3280,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>