mbox series

[GIT,PULL] KVM fixes for Linux 5.1-rc4

Message ID 1554504347-8396-1-git-send-email-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] KVM fixes for Linux 5.1-rc4 | expand

Pull-request

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

Message

Paolo Bonzini April 5, 2019, 10:45 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 5, 2019, 11:50 p.m. UTC | #1
The pull request you sent on Sat,  6 Apr 2019 00:45:47 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bc5725f97408ce78e61735858a113f514738ba3b

Thank you!