Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
Pull KGDB/KDB fixes and cleanups from Jason Wessel: "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" * tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb: tty/console: fix warnings in drivers/tty/serial/kgdboc.c kdb,vt_console: Fix missed data due to pager overruns kdb: Fix dmesg/bta scroll to quit with 'q' kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shell kgdb,x86: fix warning about unused variable mips,kgdb: fix recursive page fault with CONFIG_KPROBES kgdb: Add module event hooks
No related branches found
No related tags found
Showing
- arch/mips/kernel/kgdb.c 9 additions, 0 deletionsarch/mips/kernel/kgdb.c
- arch/x86/kernel/kgdb.c 2 additions, 0 deletionsarch/x86/kernel/kgdb.c
- drivers/tty/serial/kgdboc.c 2 additions, 1 deletiondrivers/tty/serial/kgdboc.c
- drivers/tty/vt/vt.c 13 additions, 0 deletionsdrivers/tty/vt/vt.c
- include/linux/console.h 8 additions, 2 deletionsinclude/linux/console.h
- kernel/debug/debug_core.c 18 additions, 0 deletionskernel/debug/debug_core.c
- kernel/debug/kdb/kdb_bt.c 2 additions, 0 deletionskernel/debug/kdb/kdb_bt.c
- kernel/debug/kdb/kdb_io.c 28 additions, 5 deletionskernel/debug/kdb/kdb_io.c
- kernel/debug/kdb/kdb_main.c 2 additions, 0 deletionskernel/debug/kdb/kdb_main.c
Loading
Please register or sign in to comment