1
linux/kernel/debug/kdb
Jason Wessel 578bd4dfcd kdb: Fix early debugging crash regression
The kdb_current legally be equal to NULL in the early boot of the x86
arch.  The problem pcan be observed by booting with the kernel arguments:

    earlyprintk=vga ekgdboc=kbd kgdbwait

The kdb shell will oops on entry and recursively fault because it
cannot get past the final stage of shell initialization.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2010-10-29 13:14:41 -05:00
..
.gitignore
kdb_bp.c
kdb_bt.c
kdb_cmds
kdb_debugger.c kdb,debug_core: adjust master cpu switch logic against new debug_core locking 2010-10-22 15:34:13 -05:00
kdb_io.c
kdb_keyboard.c
kdb_main.c kdb: Fix early debugging crash regression 2010-10-29 13:14:41 -05:00
kdb_private.h kdb,kgdb: fix sparse fixups 2010-10-22 15:34:12 -05:00
kdb_support.c
Makefile