Skip to content

Commit

Permalink
dashboard/config/linux: disable CONFIG_KVM_WERROR for android-5.10 an…
Browse files Browse the repository at this point in the history
…d regenerate configs
  • Loading branch information
tarasmadan committed Oct 21, 2021
1 parent c5cb7da commit 55f90bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/config/linux/android-5.10.config
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions dashboard/config/linux/bits/android.yml
Expand Up @@ -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

0 comments on commit 55f90bc

Please sign in to comment.