git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
834b296
)
kdb: Fix early debugging crash regression
author
Jason Wessel
<jason.wessel@windriver.com>
Fri, 29 Oct 2010 18:14:41 +0000
(13:14 -0500)
committer
Jason Wessel
<jason.wessel@windriver.com>
Fri, 29 Oct 2010 18:14:41 +0000
(13:14 -0500)
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>
No differences found