From 862b7136ff798d56228cab2d0673f0a76eea4194 Mon Sep 17 00:00:00 2001 From: Ming Wang Date: Thu, 17 Apr 2025 16:51:13 +0800 Subject: [PATCH] LoongArch: configs: Enable ORC unwinder in loongson3_defconfig Upstream: no Conflict: none Checkpatch: pass Commit 38957f0d5b42 ("config: keep with wangxinban") disabled the ORC stack unwinder. To address this and ensure reliable stack unwinding, enable the ORC stack unwinder (CONFIG_UNWINDER_ORC=y) in the default configuration for LoongArch. Fixes: 38957f0d5b42 ("config: keep with wangxinban") Signed-off-by: Ming Wang --- arch/loongarch/configs/loongson3_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig index 9e7295b20206..4e1f8e7e2e11 100644 --- a/arch/loongarch/configs/loongson3_defconfig +++ b/arch/loongarch/configs/loongson3_defconfig @@ -2220,4 +2220,5 @@ CONFIG_FUNCTION_TRACER=y CONFIG_FTRACE_SYSCALLS=y CONFIG_BLK_DEV_IO_TRACE=y # CONFIG_STRICT_DEVMEM is not set +CONFIG_UNWINDER_ORC=y # CONFIG_RUNTIME_TESTING_MENU is not set -- Gitee