From: Shaun Tancheff Date: Sat, 23 Jan 2021 15:22:48 +0000 (-0600) Subject: LU-14099 build: Fix for unconfigured arch_stackwalk X-Git-Tag: 2.14.51~171 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=58ac9d3f1844701f68444ecf6228e92a575809c4;hp=58ac9d3f1844701f68444ecf6228e92a575809c4 LU-14099 build: Fix for unconfigured arch_stackwalk On aarch64 CONFIG_ARCH_STACKWALK is not defined and print_stack_trace is not available. Replace print_stack_trace with an open-coded variant using %pB introduced in Linux v2.6.38-6557-g0f77a8d37825 This also fixes the symbols lookup of stack_trace_save_tsk using kallsyms at module init time over the use of symbol_get. HPE-bug-id: LUS-9518 Signed-off-by: Shaun Tancheff Change-Id: I04c3a0a84bb1a05d813a90502d1ed0f5bb2e33ab Reviewed-on: https://review.whamcloud.com/40503 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Jian Yu Tested-by: Jian Yu Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin ---