-
- Downloads
Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
Pull KGDB/KDB updates from Jason Wessel: "Fixes: - Fix KDB keyboard repeat scan codes and leaked keyboard events - Fix kernel crash with kdb_printf() for users who compile new kdb_printf()'s in early code - Return all segment registers to gdb on x86_64 Features: - KDB/KGDB hook the reboot notifier and end user can control if it stops, detaches or does nothing (updated docs as well) - Notify users who use CONFIG_DEBUG_RODATA to use hw breakpoints" * tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb: kdb: Add message about CONFIG_DEBUG_RODATA on failure to install breakpoint kdb: Avoid using dbg_io_ops until it is initialized kgdb,debug_core: add the ability to control the reboot notifier KDB: Fix usability issues relating to the 'enter' key. kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detach kgdb: Respect that flush op is optional kgdb: x86: Return all segment registers also in 64-bit mode
Showing
- Documentation/DocBook/kgdb.tmpl 17 additions, 0 deletionsDocumentation/DocBook/kgdb.tmpl
- arch/x86/include/asm/kgdb.h 7 additions, 3 deletionsarch/x86/include/asm/kgdb.h
- arch/x86/kernel/kgdb.c 4 additions, 2 deletionsarch/x86/kernel/kgdb.c
- kernel/debug/debug_core.c 33 additions, 0 deletionskernel/debug/debug_core.c
- kernel/debug/gdbstub.c 9 additions, 1 deletionkernel/debug/gdbstub.c
- kernel/debug/kdb/kdb_bp.c 7 additions, 0 deletionskernel/debug/kdb/kdb_bp.c
- kernel/debug/kdb/kdb_io.c 1 addition, 1 deletionkernel/debug/kdb/kdb_io.c
- kernel/debug/kdb/kdb_keyboard.c 73 additions, 22 deletionskernel/debug/kdb/kdb_keyboard.c
- kernel/debug/kdb/kdb_main.c 3 additions, 0 deletionskernel/debug/kdb/kdb_main.c
- kernel/debug/kdb/kdb_private.h 7 additions, 0 deletionskernel/debug/kdb/kdb_private.h
Loading
Please register or sign in to comment