From 7b58b254f348ad15cb36146e67670283d8d99293 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Mon, 30 Aug 2021 18:31:59 +0200 Subject: platform-x86_64: kernel: enable ORC unwinder The orc unwinder needs the host-tool 'objtool' and libelf is needed to build it and ptxdist has an option to ensure it is available. The kernel and ptxdist options for this should match. Signed-off-by: Robert Schwebel --- configs/platform-x86_64/kernelconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configs/platform-x86_64/kernelconfig b/configs/platform-x86_64/kernelconfig index 95b8949..f417e1b 100644 --- a/configs/platform-x86_64/kernelconfig +++ b/configs/platform-x86_64/kernelconfig @@ -3607,7 +3607,6 @@ CONFIG_FRAME_WARN=1024 # CONFIG_DEBUG_SECTION_MISMATCH is not set CONFIG_SECTION_MISMATCH_WARN_ONLY=y # CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set -CONFIG_FRAME_POINTER=y CONFIG_STACK_VALIDATION=y # CONFIG_VMLINUX_MAP is not set # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set @@ -3846,8 +3845,8 @@ CONFIG_IO_DELAY_0X80=y # CONFIG_DEBUG_NMI_SELFTEST is not set CONFIG_X86_DEBUG_FPU=y # CONFIG_PUNIT_ATOM_DEBUG is not set -# CONFIG_UNWINDER_ORC is not set -CONFIG_UNWINDER_FRAME_POINTER=y +CONFIG_UNWINDER_ORC=y +# CONFIG_UNWINDER_FRAME_POINTER is not set # CONFIG_UNWINDER_GUESS is not set # end of x86 Debugging -- cgit v1.2.3