[GIT PULL] KVM fixes for Linux 5.10-rc1

From: Paolo Bonzini
Date: Sat Oct 24 2020 - 05:02:11 EST


Linus,

The following changes since commit 29cf0f5007a215b51feb0ae25ca5353480d53ead:

kvm: x86/mmu: NX largepage recovery for TDP MMU (2020-10-23 03:42:16 -0400)

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 77377064c3a94911339f13ce113b3abf265e06da:

KVM: ioapic: break infinite recursion on lazy EOI (2020-10-24 04:42:06 -0400)

----------------------------------------------------------------
Two fixes for the pull request, and an unrelated bugfix for
a host hang.

----------------------------------------------------------------

Paolo Bonzini (1):
KVM: vmx: rename pi_init to avoid conflict with paride

Sean Christopherson (1):
KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 build

Vitaly Kuznetsov (1):
KVM: ioapic: break infinite recursion on lazy EOI

arch/x86/kvm/ioapic.c | 5 +----
arch/x86/kvm/mmu/tdp_mmu.c | 2 +-
arch/x86/kvm/vmx/posted_intr.c | 2 +-
arch/x86/kvm/vmx/posted_intr.h | 4 ++--
arch/x86/kvm/vmx/vmx.c | 2 +-
5 files changed, 6 insertions(+), 9 deletions(-)