[GIT PULL] KVM fixes for v4.14-rc2

From: Radim KrÄmÃÅ
Date: Tue Sep 19 2017 - 12:17:14 EST


Linus,

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 5753743fa5108b8f98bd61e40dc63f641b26c768:

KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt (2017-09-19 15:09:16 +0200)

----------------------------------------------------------------
KVM fixes for v4.14-rc2

- fix build without CONFIG_HAVE_KVM_IRQ_ROUTING
- fix NULL access in x86 CR access
- fix race with VMX posted interrups

----------------------------------------------------------------
Haozhong Zhang (2):
KVM: VMX: do not change SN bit in vmx_update_pi_irte()
KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt

Jan H. SchÃnherr (1):
Revert "KVM: Don't accept obviously wrong gsi values via KVM_IRQFD"

Yu Zhang (1):
KVM: x86: Fix the NULL pointer parameter in check_cr_write()

arch/x86/kvm/emulate.c | 8 +++++---
arch/x86/kvm/vmx.c | 39 ++++++++++++++++++++++-----------------
virt/kvm/eventfd.c | 2 --
3 files changed, 27 insertions(+), 22 deletions(-)