[GIT PULL] Final batch of KVM changes for Linux 5.10

From: Paolo Bonzini
Date: Sat Dec 12 2020 - 11:03:03 EST


Linus,

The following changes since commit 9a2a0d3ca163fc645991804b8b032f7d59326bb5:

kvm: x86/mmu: Fix get_mmio_spte() on CPUs supporting 5-level PT (2020-11-27 11:14:27 -0500)

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 111d0bda8eeb4b54e0c63897b071effbf9fd9251:

tools/kvm_stat: Exempt time-based counters (2020-12-11 19:18:51 -0500)

----------------------------------------------------------------
Bugfixes for ARM, x86 and tools.

----------------------------------------------------------------
Jacob Xu (1):
kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()

Maciej S. Szmigiero (2):
selftests: kvm/set_memory_region_test: Fix race in move region test
KVM: mmu: Fix SPTE encoding of MMIO generation upper half

Paolo Bonzini (1):
Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/.../kvmarm/kvmarm into HEAD

Rick Edgecombe (1):
kvm: x86/mmu: Use cpuid to determine max gfn

Stefan Raspl (1):
tools/kvm_stat: Exempt time-based counters

Yanan Wang (3):
KVM: arm64: Fix memory leak on stage2 update of a valid PTE
KVM: arm64: Fix handling of merging tables into a block entry
KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()

Documentation/virt/kvm/mmu.rst | 2 +-
arch/arm64/include/asm/esr.h | 1 +
arch/arm64/include/asm/kvm_emulate.h | 5 +++++
arch/arm64/kvm/hyp/pgtable.c | 17 ++++++++++++++-
arch/arm64/kvm/mmu.c | 11 ++++++++--
arch/x86/kvm/mmu/spte.c | 4 ++--
arch/x86/kvm/mmu/spte.h | 25 ++++++++++++++++------
arch/x86/kvm/mmu/tdp_mmu.c | 4 ++--
arch/x86/kvm/svm/svm.c | 4 ++--
tools/kvm/kvm_stat/kvm_stat | 6 +++++-
.../testing/selftests/kvm/set_memory_region_test.c | 17 +++++++++++----
11 files changed, 74 insertions(+), 22 deletions(-)