[GIT PULL] KVM fixes for Linux 5.16-rc6

From: Paolo Bonzini
Date: Sun Dec 19 2021 - 14:16:31 EST


Linus,

The following changes since commit 10e7a099bfd860a2b77ea8aaac661f52c16dd865:

selftests: KVM: Add test to verify KVM doesn't explode on "bad" I/O (2021-12-10 09:38:02 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 18c841e1f4112d3fb742aca3429e84117fcb1e1c:

KVM: x86: Retry page fault if MMU reload is pending and root has no sp (2021-12-19 19:38:58 +0100)

----------------------------------------------------------------
Two small fixes, one of which was being worked around in selftests.

----------------------------------------------------------------
Sean Christopherson (1):
KVM: x86: Retry page fault if MMU reload is pending and root has no sp

Vitaly Kuznetsov (2):
KVM: x86: Drop guest CPUID check for host initiated writes to MSR_IA32_PERF_CAPABILITIES
KVM: selftests: vmx_pmu_msrs_test: Drop tests mangling guest visible CPUIDs

arch/x86/kvm/mmu/mmu.c | 16 +++++++++++++++-
arch/x86/kvm/x86.c | 2 +-
tools/testing/selftests/kvm/x86_64/vmx_pmu_msrs_test.c | 17 -----------------
3 files changed, 16 insertions(+), 19 deletions(-)