2024-05-09 08:18:47

by Luca Ceresoli

[permalink] [raw]
Subject: [PATCH v2 0/3] scripts/decode_stacktrace.sh: improve error reporting and usability

This small series improves usability of scripts/decode_stacktrace.sh by
improving the usage text and correctly reporting when modules are built
without debugging symbols.

Signed-off-by: Luca Ceresoli <[email protected]>
---
Changes in v2:
- Fix a typo
- Add Stephen's review tag
- Link to v1: https://lore.kernel.org/r/20240311-decode_stacktrace-find_module-improvements-v1-0-8bea42b421aa@bootlin.com

---
Luca Ceresoli (3):
scripts/decode_stacktrace.sh: remove find_module recursion and improve error reporting
scripts/decode_stacktrace.sh: clarify command line
scripts/decode_stacktrace.sh: add '-h' flag

scripts/decode_stacktrace.sh | 49 ++++++++++++++++++++++++--------------------
1 file changed, 27 insertions(+), 22 deletions(-)
---
base-commit: 45db3ab70092637967967bfd8e6144017638563c
change-id: 20240311-decode_stacktrace-find_module-improvements-a02aee28fbaf

Best regards,
--
Luca Ceresoli <[email protected]>