aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/upstream-s390-kasan-base.config
diff options
context:
space:
mode:
authorMarco Elver <elver@google.com>2021-07-05 18:08:08 +0200
committerDmitry Vyukov <dvyukov@google.com>2021-07-06 07:59:41 +0200
commit6c4484ebaecbcb0a8f35e763586fb48d2315ba8b (patch)
tree8d7d0ce3a486698912d7e545f9fa80123310b296 /dashboard/config/linux/upstream-s390-kasan-base.config
parent55aa55c24fe77aae07d530662f91b4d50c4990f0 (diff)
dashboard/config/linux: disable CONFIG_DEBUG_INFO_BTF for upstream kernels
The 5.14 merge window broke the build because CONFIG_DEBUG_INFO_BTF's BTFIDS stage fails with an error: FAILED unresolved symbol should_fail_alloc_page While a fix was sent upstream [1], upstream has decided to NAK the fix (for valid reasons). Disable CONFIG_DEBUG_INFO_BTF to not block testing fresher upstream kernels. [1] https://lkml.kernel.org/r/20210705103806.2339467-1-elver@google.com
Diffstat (limited to 'dashboard/config/linux/upstream-s390-kasan-base.config')
-rw-r--r--dashboard/config/linux/upstream-s390-kasan-base.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/config/linux/upstream-s390-kasan-base.config b/dashboard/config/linux/upstream-s390-kasan-base.config
index 0c0a5862b..5bdd08f6c 100644
--- a/dashboard/config/linux/upstream-s390-kasan-base.config
+++ b/dashboard/config/linux/upstream-s390-kasan-base.config
@@ -2993,9 +2993,9 @@ CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_SPLIT is not set
# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set
CONFIG_DEBUG_INFO_DWARF4=y
-CONFIG_DEBUG_INFO_BTF=y
+# CONFIG_DEBUG_INFO_DWARF5 is not set
+# CONFIG_DEBUG_INFO_BTF is not set
CONFIG_PAHOLE_HAS_SPLIT_BTF=y
-CONFIG_DEBUG_INFO_BTF_MODULES=y
CONFIG_GDB_SCRIPTS=y
CONFIG_FRAME_WARN=2048
# CONFIG_STRIP_ASM_SYMS is not set