All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3]  Fix 'faddr2line' for LLVM arm64 builds
@ 2023-10-02 16:57 Will Deacon
  2023-10-02 16:57 ` [PATCH v5 1/3] scripts/faddr2line: Don't filter out non-function symbols from readelf Will Deacon
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Will Deacon @ 2023-10-02 16:57 UTC (permalink / raw)
  To: linux-kernel
  Cc: kernel-team, Will Deacon, Masahiro Yamada, Nathan Chancellor,
	Nick Desaulniers, Nicolas Schier, Josh Poimboeuf, John Stultz,
	linux-kbuild

Hello again.

This is version five of the fadd2line fixes that I previously posted at:

v1: https://lore.kernel.org/r/20230724174517.15736-1-will@kernel.org
v2: https://lore.kernel.org/r/20230725211157.17031-1-will@kernel.org
v3: https://lore.kernel.org/r/20230728113415.21067-1-will@kernel.org
v4: https://lore.kernel.org/r/20230914131225.13415-1-will@kernel.org

Changes since v4 include:
  * Simplify the is_mapping_symbol() regex to reflect the latest version
    of the C code.
  * Add Suggested-by and Reviewed-by tags to patch 1.

Cheers,

Will

Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Nick Desaulniers <ndesaulniers@google.com>
Cc: Nicolas Schier <nicolas@fjasle.eu>
Cc: Josh Poimboeuf <jpoimboe@kernel.org>
Cc: John Stultz <jstultz@google.com>
Cc: linux-kbuild@vger.kernel.org

--->8

Will Deacon (3):
  scripts/faddr2line: Don't filter out non-function symbols from readelf
  scripts/faddr2line: Use LLVM addr2line and readelf if LLVM=1
  scripts/faddr2line: Skip over mapping symbols in output from readelf

 scripts/faddr2line | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

-- 
2.42.0.582.g8ccd20d70d-goog


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-10-24  8:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 16:57 [PATCH v5 0/3] Fix 'faddr2line' for LLVM arm64 builds Will Deacon
2023-10-02 16:57 ` [PATCH v5 1/3] scripts/faddr2line: Don't filter out non-function symbols from readelf Will Deacon
2023-10-02 16:57 ` [PATCH v5 2/3] scripts/faddr2line: Use LLVM addr2line and readelf if LLVM=1 Will Deacon
2023-10-02 17:00   ` Nick Desaulniers
2023-10-24  8:52   ` [tip: objtool/core] " tip-bot2 for Will Deacon
2023-10-02 16:57 ` [PATCH v5 3/3] scripts/faddr2line: Skip over mapping symbols in output from readelf Will Deacon
2023-10-02 17:02   ` Nick Desaulniers
2023-10-24  0:17   ` Masahiro Yamada
2023-10-24  8:52   ` [tip: objtool/core] " tip-bot2 for Will Deacon
2023-10-23 13:42 ` [PATCH v5 0/3] Fix 'faddr2line' for LLVM arm64 builds Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.