mbox series

[GIT,PULL] KVM patches for Linux 5.4-rc6

Message ID 20191031225347.26587-1-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] KVM patches for Linux 5.4-rc6 | expand

Pull-request

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

Message

Paolo Bonzini Oct. 31, 2019, 10:53 p.m. UTC
Linus,

The following changes since commit 671ddc700fd08b94967b1e2a937020e30c838609:

  KVM: nVMX: Don't leak L1 MMIO regions to L2 (2019-10-22 19:04:40 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 9167ab79936206118cc60e47dcb926c3489f3bd5:

  KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active (2019-10-31 12:13:44 +0100)

----------------------------------------------------------------
Generic: fix memory leak failure to create VM.
x86: fix MMU corner case with AMD nested paging disabled.

----------------------------------------------------------------
Jim Mattson (2):
      kvm: Allocate memslots and buses before calling kvm_arch_init_vm
      kvm: call kvm_arch_destroy_vm if vm creation fails

Paolo Bonzini (1):
      KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active

 arch/x86/kvm/svm.c     | 10 ++++++++--
 arch/x86/kvm/vmx/vmx.c | 14 +++-----------
 virt/kvm/kvm_main.c    | 48 ++++++++++++++++++++++++++----------------------
 3 files changed, 37 insertions(+), 35 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 1, 2019, 5:10 p.m. UTC | #1
The pull request you sent on Thu, 31 Oct 2019 23:53:47 +0100:

> git://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/b88866b60d98f2fe1f66f2a4e1a181d9f2b36b5d

Thank you!