-
- Downloads
Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
Pull kgdb/kdb updates from Jason Wessel: "KGDB/KDB New: - KDB: improved searching - No longer enter debug core on panic if panic timeout is set KGDB/KDB regressions / cleanups - fix pdf doc build errors - prevent junk characters on kdb console from printk levels" * tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb: kgdb, docs: Fix <para> pdfdocs build errors debug: prevent entering debug mode on panic/exception. kdb: Const qualifier for kdb_getstr's prompt argument kdb: Provide forward search at more prompt kdb: Fix a prompt management bug when using | grep kdb: Remove stack dump when entering kgdb due to NMI kdb: Avoid printing KERN_ levels to consoles kdb: Fix off by one error in kdb_cpu() kdb: fix incorrect counts in KDB summary command output
No related branches found
No related tags found
Showing
- Documentation/DocBook/kgdb.tmpl 3 additions, 3 deletionsDocumentation/DocBook/kgdb.tmpl
- include/linux/kdb.h 7 additions, 1 deletioninclude/linux/kdb.h
- kernel/debug/debug_core.c 18 additions, 1 deletionkernel/debug/debug_core.c
- kernel/debug/kdb/kdb_io.c 34 additions, 12 deletionskernel/debug/kdb/kdb_io.c
- kernel/debug/kdb/kdb_main.c 8 additions, 8 deletionskernel/debug/kdb/kdb_main.c
- kernel/debug/kdb/kdb_private.h 3 additions, 1 deletionkernel/debug/kdb/kdb_private.h
- kernel/printk/printk.c 1 addition, 1 deletionkernel/printk/printk.c
Loading
Please register or sign in to comment