Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1735080 > unrolled thread

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

Started byRadim Krčmář <rkrcmar@redhat.com>
First post2017-09-19 18:20 +0200
Last post2017-09-19 18:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] KVM fixes for v4.14-rc2 Radim Krčmář <rkrcmar@redhat.com> - 2017-09-19 18:20 +0200

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

FromRadim Krčmář <rkrcmar@redhat.com>
Date2017-09-19 18:20 +0200
Subject[GIT PULL] KVM fixes for v4.14-rc2
Message-ID<urtpF-7FJ-53@gated-at.bofh.it>
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web