doc/oops-tracing: add Code: decode info
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 16 Jul 2007 06:41:15 +0000 (23:41 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:48 +0000 (09:05 -0700)
commitdcecc6c70013e3a5fa81b3081480c03e10670a23
treea45c6a35538004732ea4ce130f9fa5db5f8a1bf6
parent213dd266d48af90c1eec8688c1ff31aa34d21de2
doc/oops-tracing: add Code: decode info

Add info that the Code: bytes line contains <xy> or (wxyz) in some
architecture oops reports and what that means.

Add a script by Andi Kleen that reads the Code: line from an Oops report
file and generates assembly code from the hex bytes.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/oops-tracing.txt
scripts/decodecode [new file with mode: 0644]