linux-kernel.vger.kernel.org archive mirror
 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 fixes for 5.13-rc6
Date: Tue,  8 Jun 2021 20:07:43 -0400	[thread overview]
Message-ID: <20210609000743.126676-1-pbonzini@redhat.com> (raw)

Linus,

The following changes since commit 000ac42953395a4f0a63d5db640c5e4c88a548c5:

  selftests: kvm: fix overlapping addresses in memslot_perf_test (2021-05-29 06:28:06 -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 da27a83fd6cc7780fea190e1f5c19e87019da65c:

  kvm: avoid speculation-based attacks from out-of-range memslot accesses (2021-06-08 17:12:05 -0400)

----------------------------------------------------------------
Bugfixes, including a TLB flush fix that affects processors
without nested page tables.

----------------------------------------------------------------
Ashish Kalra (1):
      KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length after commit 238eca821cee

Christian Borntraeger (1):
      KVM: selftests: introduce P47V64 for s390x

Lai Jiangshan (3):
      KVM: X86: MMU: Use the correct inherited permissions to get shadow page
      KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behavior
      KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU sync

Paolo Bonzini (1):
      kvm: avoid speculation-based attacks from out-of-range memslot accesses

Sean Christopherson (1):
      KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message

Wanpeng Li (1):
      KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timer

Zhenzhong Duan (1):
      selftests: kvm: Add support for customized slot0 memory size

 Documentation/virt/kvm/mmu.rst                    |  4 +-
 arch/x86/kvm/lapic.c                              | 17 +++++---
 arch/x86/kvm/mmu/paging_tmpl.h                    | 14 +++---
 arch/x86/kvm/svm/sev.c                            |  6 +--
 arch/x86/kvm/trace.h                              |  6 +--
 arch/x86/kvm/x86.c                                | 19 ++++++++-
 include/linux/kvm_host.h                          | 10 ++++-
 tools/testing/selftests/kvm/include/kvm_util.h    | 10 +++--
 tools/testing/selftests/kvm/kvm_page_table_test.c |  2 +-
 tools/testing/selftests/kvm/lib/kvm_util.c        | 52 +++++++++++++++++++----
 tools/testing/selftests/kvm/lib/perf_test_util.c  |  2 +-
 tools/testing/selftests/kvm/memslot_perf_test.c   |  2 +-
 12 files changed, 105 insertions(+), 39 deletions(-)


             reply	other threads:[~2021-06-09  0:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-09  0:07 Paolo Bonzini [this message]
2021-06-09 21:59 ` [GIT PULL] KVM fixes for 5.13-rc6 pr-tracker-bot
2021-06-10 12:08 ` __gfn_to_hva_memslot Spectre patch for stable (Was: Re: [GIT PULL] KVM fixes for 5.13-rc6) Maciej S. Szmigiero

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=20210609000743.126676-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).