diff options
author | Borislav Petkov <borislav.petkov@amd.com> | 2012-08-15 13:00:51 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-08-16 20:15:09 +0200 |
commit | 2a95e37c128d1c12b3cb0eb6dfdc1739a7104cd8 (patch) | |
tree | ef7c12b15069ae6840a797aa66c0337cfb246921 /samples | |
parent | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma (diff) | |
download | linux-2a95e37c128d1c12b3cb0eb6dfdc1739a7104cd8.tar.xz linux-2a95e37c128d1c12b3cb0eb6dfdc1739a7104cd8.zip |
scripts/decodecode: Fixup trapping instruction marker
When dumping "Code: " sections from an oops, the trapping instruction
%rip points to can be a string copy
2b:* f3 a5 rep movsl %ds:(%rsi),%es:(%rdi)
and the line contain a bunch of ":". Current "cut" selects only the and
the second field output looks funnily overlaid this:
2b:* f3 a5 rep movsl %ds <-- trapping instruction:(%rsi),%es:(%rdi
Fix this by selecting the remaining fields too.
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kbuild@vger.kernel.org
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions