From: Jason Wessel on 21 Jul 2010 20:40 Linus, please pull the for_linus branch for 2.6.35-rc5. git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_linus The following patch set covers cleaning up problems that have been found since the merge of kdb to the 2.6.35-rc1 kernel. Thanks, Jason. --- Jason Wessel (4): repair gdbstub to match the gdbserial protocol specification Fix merge regression from external kdb to upstream kdb debug_core,kdb: fix kgdb_connected bit set in the wrong place sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function Martin Hicks (1): kdb: break out of kdb_ll() when command is terminated drivers/char/sysrq.c | 2 +- include/linux/sysrq.h | 1 + kernel/debug/debug_core.c | 2 +- kernel/debug/gdbstub.c | 9 +++------ kernel/debug/kdb/kdb_main.c | 7 +++++-- 5 files changed, 11 insertions(+), 10 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: (none) Next: [PATCH 4/5] debug_core,kdb: fix kgdb_connected bit set in the wrong place |