aboutsummaryrefslogtreecommitdiff
path: root/scripts/decodecode
AgeCommit message (Collapse)AuthorFilesLines
2008-05-30Mark 'scripts/decodecode' executableLinus Torvalds1-0/+0
.. because it is. Signed-off-by: Linus Torvalds <[email protected]>
2008-01-28kbuild: minor scripts/decodecode updateRandy Dunlap1-2/+15
Remove the tmp file when exiting. Noticed by Arjan van de Ven. Catch mktemp failure and exit with message. Trap kill or other signals and exit cleanly. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
2007-07-16doc/oops-tracing: add Code: decode infoRandy Dunlap1-0/+51
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 <[email protected]> Cc: Andi Kleen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>