aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dashboard/config/linux/android-5.10-base.config2
-rw-r--r--dashboard/config/linux/android-5.10.config2
-rw-r--r--dashboard/config/linux/android-5.15-base.config2
-rw-r--r--dashboard/config/linux/android-5.15.config2
-rw-r--r--dashboard/config/linux/android-5.4-base.config2
-rw-r--r--dashboard/config/linux/android-5.4.config2
-rw-r--r--dashboard/config/linux/bits/android.yml2
7 files changed, 8 insertions, 6 deletions
diff --git a/dashboard/config/linux/android-5.10-base.config b/dashboard/config/linux/android-5.10-base.config
index 090c14f15..d038335b7 100644
--- a/dashboard/config/linux/android-5.10-base.config
+++ b/dashboard/config/linux/android-5.10-base.config
@@ -6334,7 +6334,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=2048
+CONFIG_FRAME_WARN=4096
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
CONFIG_HEADERS_INSTALL=y
diff --git a/dashboard/config/linux/android-5.10.config b/dashboard/config/linux/android-5.10.config
index d43e12c94..82af4b38b 100644
--- a/dashboard/config/linux/android-5.10.config
+++ b/dashboard/config/linux/android-5.10.config
@@ -7068,7 +7068,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=2048
+CONFIG_FRAME_WARN=4096
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
CONFIG_HEADERS_INSTALL=y
diff --git a/dashboard/config/linux/android-5.15-base.config b/dashboard/config/linux/android-5.15-base.config
index 43d084e90..94d9a1d19 100644
--- a/dashboard/config/linux/android-5.15-base.config
+++ b/dashboard/config/linux/android-5.15-base.config
@@ -6573,7 +6573,7 @@ CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_INFO_DWARF4=y
CONFIG_DEBUG_INFO_BTF=y
# CONFIG_GDB_SCRIPTS is not set
-CONFIG_FRAME_WARN=2048
+CONFIG_FRAME_WARN=4096
# CONFIG_STRIP_ASM_SYMS is not set
CONFIG_HEADERS_INSTALL=y
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
diff --git a/dashboard/config/linux/android-5.15.config b/dashboard/config/linux/android-5.15.config
index f1b40b3b0..ad1788557 100644
--- a/dashboard/config/linux/android-5.15.config
+++ b/dashboard/config/linux/android-5.15.config
@@ -7311,7 +7311,7 @@ CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_INFO_DWARF4=y
CONFIG_DEBUG_INFO_BTF=y
# CONFIG_GDB_SCRIPTS is not set
-CONFIG_FRAME_WARN=2048
+CONFIG_FRAME_WARN=4096
# CONFIG_STRIP_ASM_SYMS is not set
CONFIG_HEADERS_INSTALL=y
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
diff --git a/dashboard/config/linux/android-5.4-base.config b/dashboard/config/linux/android-5.4-base.config
index 590559d00..f18f60549 100644
--- a/dashboard/config/linux/android-5.4-base.config
+++ b/dashboard/config/linux/android-5.4-base.config
@@ -5793,7 +5793,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=2048
+CONFIG_FRAME_WARN=4096
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
CONFIG_DEBUG_FS=y
diff --git a/dashboard/config/linux/android-5.4.config b/dashboard/config/linux/android-5.4.config
index 136af1bda..5ab08c800 100644
--- a/dashboard/config/linux/android-5.4.config
+++ b/dashboard/config/linux/android-5.4.config
@@ -6593,7 +6593,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=2048
+CONFIG_FRAME_WARN=4096
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
CONFIG_DEBUG_FS=y
diff --git a/dashboard/config/linux/bits/android.yml b/dashboard/config/linux/bits/android.yml
index d591caf14..3f0d1f542 100644
--- a/dashboard/config/linux/bits/android.yml
+++ b/dashboard/config/linux/bits/android.yml
@@ -11,3 +11,5 @@ config:
- CMDLINE: [append, "cgroup_disable=pressure cgroup.memory=nokmem"]
# Disable -Werror for -Wframe-larger-than' warning
- KVM_WERROR: n
+ # The default value of 2048 is not always big enough.
+ - FRAME_WARN: 4096