summaryrefslogtreecommitdiffstats
path: root/scripts/decodecode
Commit message (Collapse)AuthorAgeFilesLines
* Mark 'scripts/decodecode' executableLinus Torvalds2008-05-301-0/+0
| | | | | | .. because it is. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* kbuild: minor scripts/decodecode updateRandy Dunlap2008-01-281-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 <randy.dunlap@oracle.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* doc/oops-tracing: add Code: decode infoRandy Dunlap2007-07-161-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 <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>