aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/android-5.4.config
diff options
context:
space:
mode:
authorTudor Ambarus <tudor.ambarus@linaro.org>2023-05-03 09:38:12 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2023-05-04 15:27:08 +0200
commitabb69b43cd8c75b0660e8479f7e86252ae845f65 (patch)
tree136395080434338c261da04c0bc8a8b8f40348e7 /dashboard/config/linux/android-5.4.config
parent228c5680792cb4ee297841a254beeadf5f5f5243 (diff)
Revert "dashboard: bump CONFIG_FRAME_WARN for Android kernels"
This reverts commit d341bdbd6837aa0214ee9dfd1c3ddfc58c2a0c9c. The bump of CONFIG_FRAME_WARN was done for Android 5.10 with the hope to get rid of the -Wframe-larger-than errors that were hit when KASAN_STACK && CC_IS_CLANG were set. Unfortunately this didn't fix the build as the stack instrumentation when using clang is broken and the errors were hit again as we can't predict the increase of the stack. The fix is to disable CONFIG_WERROR which now is done because we just bumped the Android 5.10 kernel config (which contains CONFIG_WERROR=y) and the kernel config tweak that disables CONFIG_WERROR now does its job (see dashboard/config/linux/bits/base.yml). Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Diffstat (limited to 'dashboard/config/linux/android-5.4.config')
-rw-r--r--dashboard/config/linux/android-5.4.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/android-5.4.config b/dashboard/config/linux/android-5.4.config
index 1aaab30dd..686bfddcf 100644
--- a/dashboard/config/linux/android-5.4.config
+++ b/dashboard/config/linux/android-5.4.config
@@ -6663,7 +6663,7 @@ CONFIG_DEBUG_INFO_DWARF4=y
CONFIG_DEBUG_INFO_BTF=y
# CONFIG_GDB_SCRIPTS is not set
# CONFIG_ENABLE_MUST_CHECK is not set
-CONFIG_FRAME_WARN=4096
+CONFIG_FRAME_WARN=2048
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
CONFIG_DEBUG_FS=y