mbox series

[GIT,PULL] Final KVM changes for Linux 5.8

Message ID 20200802101211.8454-1-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Final KVM changes for Linux 5.8 | expand

Pull-request

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

Message

Paolo Bonzini Aug. 2, 2020, 10:12 a.m. UTC
Linus,

The following changes since commit 3d9fdc252b52023260de1d12399cb3157ed28c07:

  KVM: MIPS: Fix build errors for 32bit kernel (2020-07-10 06:15:38 -0400)

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 830f01b089b12bbe93bd55f2d62837253012a30e:

  KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVM (2020-07-31 03:20:32 -0400)

----------------------------------------------------------------
Bugfixes and strengthening the validity checks on inputs from new userspace APIs.

----------------------------------------------------------------

Now I know why I shouldn't prepare pull requests on the weekend, it's
hard to concentrate if your son is shouting about his latest Minecraft
builds in your ear.  Fortunately all the patches were ready and I just
had to check the test results...

Marc Zyngier (1):
      KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functions

Paolo Bonzini (4):
      selftests: kvm: do not set guest mode flag
      KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATE
      KVM: nVMX: check for invalid hdr.vmx.flags
      Merge tag 'kvmarm-fixes-5.8-4' of git://git.kernel.org/.../kvmarm/kvmarm into kvm-master

Wanpeng Li (2):
      KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled
      KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVM

Will Deacon (1):
      KVM: arm64: Don't inherit exec permission across page-table levels

 arch/arm64/include/asm/kvm_host.h                  | 11 ++++--
 arch/arm64/kvm/mmu.c                               | 11 +++---
 arch/x86/kvm/lapic.c                               |  2 +-
 arch/x86/kvm/svm/svm.c                             |  9 +++--
 arch/x86/kvm/vmx/nested.c                          | 16 +++++++--
 arch/x86/kvm/vmx/nested.h                          |  5 +++
 .../kvm/x86_64/vmx_set_nested_state_test.c         | 42 +++++++++++++++++-----
 7 files changed, 72 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 2, 2020, 6:40 p.m. UTC | #1
The pull request you sent on Sun,  2 Aug 2020 06:12:11 -0400:

> 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/628e04dfeb4f66635c0d22cf1ad0cf427406e129

Thank you!