commit | fe7d14f174f18745d8dc141377e5f85ae7757d66 | [log] [tgz] |
---|---|---|
author | Nicolas Boichat <[email protected]> | Thu Jul 11 20:52:30 2019 -0700 |
committer | Linus Torvalds <[email protected]> | Fri Jul 12 11:05:41 2019 -0700 |
tree | d5b4345c19d8953851dc27fbaaa7de90dcff6b10 | |
parent | 31013836a71e07751a6827f9d2ad41ef502ddaff [diff] |
scripts/decode_stacktrace: look for modules with .ko.debug extension In Chromium OS kernel builds, we split the debug information as .ko.debug files, and that's what decode_stacktrace.sh needs to use. Relax objfile matching rule to allow any .ko* file to be matched. [[email protected]: add quotes around name pattern] Link: http://lkml.kernel.org/r/[email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Nicolas Boichat <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Konstantin Khlebnikov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>