[GIT PULL] KGDB/KDB fixes for 3.7

From: Jason Wessel
Date: Fri Oct 12 2012 - 09:57:19 EST


Linus,

Please pull the kgdb tree's usual minor fixes/improvements.

git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git tags/for_linus-3.7

Thanks,
Jason.

-----------------------------------------------------------------
The following changes since commit a0d271cbfed1dd50278c6b06bead3d00ba0a88f9:

Linux 3.6 (2012-09-30 16:47:46 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git tags/for_linus-3.7

for you to fetch changes up to f2f0945e356daef87cdb01c0302801fb11cf382a:

tty/console: fix warnings in drivers/tty/serial/kgdboc.c (2012-10-12 06:37:36 -0500)

----------------------------------------------------------------
KGDB/KDB fixes and cleanups
Cleanups
Clean up compile warnings in kgdboc.c and x86/kernel/kgdb.c
Add module event hooks for simplified debugging with gdb
Fixes
Fix kdb to stop paging with 'q' on bta and dmesg
Fix for data that scrolls off the vga console due to line wrapping
when using the kdb pager
New
The debug core registers for kernel module events which allows a
kernel aware gdb to automatically load symbols and break on entry
to a kernel module
Allow kgdboc=kdb to setup kdb on the vga console

----------------------------------------------------------------
Arnd Bergmann (1):
tty/console: fix warnings in drivers/tty/serial/kgdboc.c

Jason Wessel (6):
kgdb: Add module event hooks
mips,kgdb: fix recursive page fault with CONFIG_KPROBES
kgdb,x86: fix warning about unused variable
kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shell
kdb: Fix dmesg/bta scroll to quit with 'q'
kdb,vt_console: Fix missed data due to pager overruns

arch/mips/kernel/kgdb.c | 9 +++++++++
arch/x86/kernel/kgdb.c | 2 ++
drivers/tty/serial/kgdboc.c | 3 ++-
drivers/tty/vt/vt.c | 13 +++++++++++++
include/linux/console.h | 10 ++++++++--
kernel/debug/debug_core.c | 18 ++++++++++++++++++
kernel/debug/kdb/kdb_bt.c | 2 ++
kernel/debug/kdb/kdb_io.c | 33 ++++++++++++++++++++++++++++-----
kernel/debug/kdb/kdb_main.c | 2 ++
9 files changed, 84 insertions(+), 8 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/