aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/upstream-arm-kasan-base.config
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-03-05 13:38:41 +0100
committerDmitry Vyukov <dvyukov@google.com>2022-03-05 18:06:57 +0100
commit7bdd8b2c56b883af3e65b261cd7c942104dc2ecc (patch)
tree6ec4da4a7cc3743e6c1a3739a9dc20ed9795152c /dashboard/config/linux/upstream-arm-kasan-base.config
parente7e0cde09c3f7df3ee9ebe500a4e3d8f15235b4e (diff)
dashboard/config/linux: enable CONFIG_BACKTRACE_VERBOSE for arm
W/o this config arm stack traces don't include PC which we expect when parsing stack traces. It was added in May 13 2021, and it seems since then we classified all arm reports as corrupted.
Diffstat (limited to 'dashboard/config/linux/upstream-arm-kasan-base.config')
-rw-r--r--dashboard/config/linux/upstream-arm-kasan-base.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-arm-kasan-base.config b/dashboard/config/linux/upstream-arm-kasan-base.config
index 08f26b17a..70ae81d67 100644
--- a/dashboard/config/linux/upstream-arm-kasan-base.config
+++ b/dashboard/config/linux/upstream-arm-kasan-base.config
@@ -4383,7 +4383,7 @@ CONFIG_PROBE_EVENTS=y
# CONFIG_ARM_PTDUMP_DEBUGFS is not set
CONFIG_UNWINDER_FRAME_POINTER=y
# CONFIG_UNWINDER_ARM is not set
-# CONFIG_BACKTRACE_VERBOSE is not set
+CONFIG_BACKTRACE_VERBOSE=y
CONFIG_DEBUG_USER=y
# CONFIG_DEBUG_LL is not set
CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"