[GIT PULL] KVM fixes for Linux 5.1-rc4

From: Paolo Bonzini
Date: Fri Apr 05 2019 - 18:45:53 EST


Linus,

The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

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 c73f4c998e1fd4249b9edfa39e23f4fda2b9b041:

KVM: x86: nVMX: fix x2APIC VTPR read intercept (2019-04-05 21:08:30 +0200)

----------------------------------------------------------------
x86 fixes for overflows and other nastiness.

----------------------------------------------------------------
David Rientjes (2):
kvm: svm: fix potential get_num_contig_pages overflow
KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow

Marc Orr (2):
KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)
KVM: x86: nVMX: fix x2APIC VTPR read intercept

arch/x86/kvm/svm.c | 22 +++++++++-----
arch/x86/kvm/vmx/nested.c | 74 ++++++++++++++++++++++++++++-------------------
2 files changed, 59 insertions(+), 37 deletions(-)