scripts/decode_stacktrace.sh: handle RIP address with segment
authorKonstantin Khlebnikov <khlebnikov@yandex-team.ru>
Tue, 5 Mar 2019 23:41:34 +0000 (15:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Mar 2019 05:07:13 +0000 (21:07 -0800)
commit1d6693fb9d157f64a71be8741c83305782cd98bc
treee8c5359833214d303f30b399a40b0546e3f811c2
parent5c0198b6fb73867dea296a69a944a4fdbceff3d8
scripts/decode_stacktrace.sh: handle RIP address with segment

decode line:

  RIP: 0010:khugepaged+0x2a2/0x2280

into

  RIP: 0010:khugepaged (mm/khugepaged.c:1885)

Link: http://lkml.kernel.org/r/154660071227.52726.15645307951282727605.stgit@buzz
Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/decode_stacktrace.sh