All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Subject: [GIT PULL] KVM changes for 5.13-rc7
Date: Thu, 17 Jun 2021 14:36:03 -0400	[thread overview]
Message-ID: <20210617183603.844718-1-pbonzini@redhat.com> (raw)

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(-)


             reply	other threads:[~2021-06-17 18:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-17 18:36 Paolo Bonzini [this message]
2021-06-17 20:17 ` [GIT PULL] KVM changes for 5.13-rc7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210617183603.844718-1-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.