Messages in this thread Patch in this message |  | | | From | Jason Wessel <> | | Subject | [PATCH 25/28] MAINTAINERS: update kgdb, kdb, and debug_core info | | Date | Fri, 12 Feb 2010 16:35:40 -0600 |
| |
Update the maintained files sections.
Signed-off-by: Jason Wessel <jason.wessel@windriver.com> --- MAINTAINERS | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 412eff6..b7b192a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3172,15 +3172,17 @@ S: Maintained F: include/linux/kexec.h F: kernel/kexec.c -KGDB +KGDB / KDB / debug_core M: Jason Wessel <jason.wessel@windriver.com> L: kgdb-bugreport@lists.sourceforge.net S: Maintained F: Documentation/DocBook/kgdb.tmpl +F: drivers/char/kdb_keyboard.* F: drivers/misc/kgdbts.c F: drivers/serial/kgdboc.c F: include/linux/kgdb.h -F: kernel/kgdb.c +F: include/linux/kdb.h +F: kernel/debug/ KMEMCHECK M: Vegard Nossum <vegardno@ifi.uio.no> -- 1.6.4.rc1
|  |