commit | 53938ee427bf27525a63721b7e25d86b8f31f161 | [log] [tgz] |
---|---|---|
author | Josh Poimboeuf <[email protected]> | Mon Nov 28 17:06:35 2016 -0600 |
committer | Ingo Molnar <[email protected]> | Tue Nov 29 14:19:50 2016 +0100 |
tree | 75da0d415d07f2cc20637a7062f0f2497b1f8050 | |
parent | 9b032d21f6482ee305dcdec418c15153614b1dcc [diff] |
scripts/decode_stacktrace.sh: Fix address line detection on x86 Kirill reported that the decode_stacktrace.sh script was broken by the following commit: bb5e5ce545f2 ("x86/dumpstack: Remove kernel text addresses from stack dump") Fix it by updating the per-line absolute address check to also check for function-based address lines like the following: write_sysrq_trigger+0x51/0x60 I didn't remove the check for absolute addresses because it's still needed for ARM. Reported-by: Kirill A. Shutemov <[email protected]> Tested-by: Kirill A. Shutemov <[email protected]> Signed-off-by: Josh Poimboeuf <[email protected]> Cc: Konstantin Khlebnikov <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Sasha Levin <[email protected]> Cc: Thomas Gleixner <[email protected]> Fixes: bb5e5ce545f2 ("x86/dumpstack: Remove kernel text addresses from stack dump") Link: http://lkml.kernel.org/r/20161128230635.4n2ofgawltgexgcg@treble Signed-off-by: Ingo Molnar <[email protected]>