瀏覽代碼

MAINTAINERS: update kgdb, and debug_core info

Update the kgdb section.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Jason Wessel 15 年之前
父節點
當前提交
4063eb5fa4
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      MAINTAINERS

+ 3 - 2
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>