[GIT PULL] More KVM fixes for 5.10-rc4

From: Paolo Bonzini
Date: Sun Nov 15 2020 - 10:31:42 EST


Linus,

The following changes since commit 585e5b17b92dead8a3aca4e3c9876fbca5f7e0ba:

Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt (2020-11-12 16:39:58 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to c887c9b9ca62c051d339b1c7b796edf2724029ed:

kvm: mmu: fix is_tdp_mmu_check when the TDP MMU is not in use (2020-11-15 08:55:43 -0500)

----------------------------------------------------------------
Fixes for ARM and x86, the latter especially for old processors
without two-dimensional paging (EPT/NPT).

----------------------------------------------------------------
Babu Moger (2):
KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_arch
KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guests

David Edmondson (1):
KVM: x86: clflushopt should be treated as a no-op by emulation

Marc Zyngier (4):
Merge tag 'v5.10-rc1' into kvmarm-master/next
KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
KVM: arm64: Unify trap handlers injecting an UNDEF
KVM: arm64: Handle SCXTNUM_ELx traps

Paolo Bonzini (2):
Merge tag 'kvmarm-fixes-5.10-3' of git://git.kernel.org/.../kvmarm/kvmarm into HEAD
kvm: mmu: fix is_tdp_mmu_check when the TDP MMU is not in use

arch/arm64/include/asm/kvm_host.h | 2 +
arch/arm64/include/asm/sysreg.h | 4 ++
arch/arm64/kvm/arm.c | 16 ++++++
arch/arm64/kvm/sys_regs.c | 111 +++++++++++++++++++++++---------------
arch/x86/include/asm/kvm_host.h | 1 +
arch/x86/kvm/cpuid.c | 2 +
arch/x86/kvm/emulate.c | 8 ++-
arch/x86/kvm/mmu/tdp_mmu.c | 7 +++
arch/x86/kvm/svm/svm.c | 8 +++
arch/x86/kvm/x86.c | 2 +-
10 files changed, 115 insertions(+), 46 deletions(-)