mbox series

[GIT,PULL] KVM changes for 5.13-rc7

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

Pull-request

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

Message

Paolo Bonzini June 17, 2021, 6:36 p.m. UTC
Linus,

The following changes since commit 4422829e8053068e0225e4d0ef42dc41ea7c9ef5:

  kvm: fix previous commit for 32-bit builds (2021-06-09 01:49:13 -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 d8ac05ea13d789d5491a5920d70a05659015441d:

  KVM: selftests: Fix kvm_check_cap() assertion (2021-06-17 13:06:57 -0400)

----------------------------------------------------------------
Miscellaneous bugfixes.  The main interesting one is a NULL pointer dereference
reported by syzkaller ("KVM: x86: Immediately reset the MMU context when the SMM
flag is cleared").

----------------------------------------------------------------
Alper Gun (1):
      KVM: SVM: Call SEV Guest Decommission if ASID binding fails

ChenXiaoSong (1):
      KVM: SVM: fix doc warnings

Fuad Tabba (1):
      KVM: selftests: Fix kvm_check_cap() assertion

Gustavo A. R. Silva (1):
      KVM: x86: Fix fall-through warnings for Clang

Jim Mattson (1):
      kvm: LAPIC: Restore guard to prevent illegal APIC register access

Sean Christopherson (2):
      KVM: x86: Immediately reset the MMU context when the SMM flag is cleared
      KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU

Wanpeng Li (1):
      KVM: X86: Fix x86_emulator slab cache leak

Yanan Wang (1):
      KVM: selftests: Fix compiling errors when initializing the static structure

 arch/x86/kvm/cpuid.c                        |  1 +
 arch/x86/kvm/lapic.c                        |  3 +++
 arch/x86/kvm/mmu/mmu.c                      | 26 +++++++++++++++++++-
 arch/x86/kvm/svm/avic.c                     |  6 ++---
 arch/x86/kvm/svm/sev.c                      | 20 +++++++++++----
 arch/x86/kvm/vmx/vmx.c                      |  1 +
 arch/x86/kvm/x86.c                          |  6 ++++-
 tools/testing/selftests/kvm/lib/kvm_util.c  |  2 +-
 tools/testing/selftests/kvm/lib/test_util.c | 38 ++++++++++++++---------------
 9 files changed, 73 insertions(+), 30 deletions(-)

Comments

pr-tracker-bot@kernel.org June 17, 2021, 8:17 p.m. UTC | #1
The pull request you sent on Thu, 17 Jun 2021 14:36:03 -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/fd0aa1a4567d0f09e1bfe367a950b004f99ac290

Thank you!