]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/panic.c: display reason at end + pr_emerg
authorFabian Frederick <fabf@skynet.be>
Mon, 7 Apr 2014 22:39:03 +0000 (15:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Apr 2014 23:36:08 +0000 (16:36 -0700)
commit7abe496784c5f1e3205f242d9a1690198b63fd6f
tree684a3b2eae10d3f1acb1f3794ee1226b4852c07a
parent82de96d55a9906ed962592194eba378371caf68d
kernel/panic.c: display reason at end + pr_emerg

Currently, booting without initrd specified on 80x25 screen gives a call
trace followed by atkbd : Spurious ACK.  Original message ("VFS: Unable
to mount root fs") is not available.  Of course this could happen in
other situations...

This patch displays panic reason after call trace which could help lot
of people even if it's not the very last line on screen.

Also, convert all panic.c printk(KERN_EMERG to pr_emerg(

[akpm@linux-foundation.org: missed a couple of pr_ conversions]
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/panic.c