]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: make kernel oops easier to read
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 20 Oct 2013 14:34:10 +0000 (15:34 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 25 Nov 2013 01:07:37 +0000 (01:07 +0000)
commita9c4016a3ec1961aed1ab3e7dd686503073f986e
tree9056165741d63fd4cc0ad3427da1fc0b1d300d3e
parente6fcc78c0ae705f3f6f3f18250c1f6bb69ae99f2
ARM: make kernel oops easier to read

We don't need the offset for the first function name in each backtrace
entry; this needlessly consumes screen space.  This is virtually always
the first or second instruction in the called function.

Also, recognise stmfd instructions which include r10 as a valid stack
saving instruction, and when dumping the registers, dump six registers
per line rather than five, and fix the wrapping.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/traps.c
arch/arm/lib/backtrace.S