aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@gmail.com>2021-10-21 18:18:48 +0000
committertarasmadan <89859571+tarasmadan@users.noreply.github.com>2021-10-21 20:49:42 +0200
commit55f90bc6164340898299a59bec0f8599be49a13e (patch)
tree30485227a95196aa30b53ead3a2a58780348250d
parentc5cb7da830c941bb15b077cb5e4591b2e2e54554 (diff)
dashboard/config/linux: disable CONFIG_KVM_WERROR for android-5.10 and regenerate configs
-rw-r--r--dashboard/config/linux/android-5.10.config2
-rw-r--r--dashboard/config/linux/bits/android.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/dashboard/config/linux/android-5.10.config b/dashboard/config/linux/android-5.10.config
index 7f92e7303..da0530af9 100644
--- a/dashboard/config/linux/android-5.10.config
+++ b/dashboard/config/linux/android-5.10.config
@@ -646,7 +646,7 @@ CONFIG_HAVE_KVM_NO_POLL=y
CONFIG_KVM_XFER_TO_GUEST_WORK=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=y
-CONFIG_KVM_WERROR=y
+# CONFIG_KVM_WERROR is not set
CONFIG_KVM_INTEL=y
CONFIG_KVM_AMD=y
# CONFIG_KVM_MMU_AUDIT is not set
diff --git a/dashboard/config/linux/bits/android.yml b/dashboard/config/linux/bits/android.yml
index 5f3a28cff..949c0c3d1 100644
--- a/dashboard/config/linux/bits/android.yml
+++ b/dashboard/config/linux/bits/android.yml
@@ -12,3 +12,5 @@ config:
# Android has back-ported the KASAN_STACK_ENABLE => KASAN_STACK rename from v5.11
- KASAN_STACK_ENABLE: [n, v5.10, override]
- KASAN_STACK: [v5.10, override]
+ # Disable -Werror for -Wframe-larger-than' warning
+ - KVM_WERROR: n