From 55f90bc6164340898299a59bec0f8599be49a13e Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Thu, 21 Oct 2021 18:18:48 +0000 Subject: dashboard/config/linux: disable CONFIG_KVM_WERROR for android-5.10 and regenerate configs --- dashboard/config/linux/android-5.10.config | 2 +- dashboard/config/linux/bits/android.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit mrf-deployment