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, rkrcmar@redhat.com, kvm@vger.kernel.org
Subject: [GIT PULL] KVM fixes for 4.15-rc8
Date: Fri, 12 Jan 2018 13:53:06 +0100	[thread overview]
Message-ID: <1515761586-27118-1-git-send-email-pbonzini@redhat.com> (raw)

Linus,

The following changes since commit b2cd1df66037e7c4697c7e40496bf7e4a5e16a2d:

  Linux 4.15-rc7 (2018-01-07 14:22:41 -0800)

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 2aad9b3e0711f8c67c472920cd5b70199fba8520:

  Merge branch 'kvm-insert-lfence' into kvm-master (2018-01-11 18:20:48 +0100)

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

PPC:
* user-triggerable use-after-free in HPT resizing
* stale TLB entries in the guest
* trap-and-emulate (PR) KVM guests failing to start under pHyp

x86:
* Another "Spectre" fix.
* async pagefault fix
* Revert an old fix for x86 nested virtualization, which turned out
  to do more harm than good
* Check shrinker registration return code, to avoid warnings from
  upcoming 4.16 -mm patches

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      KVM: PPC: Book3S PR: Fix WIMG handling under pHyp

Andrew Honig (1):
      KVM: x86: Add memory barrier on vmcs field lookup

Arnd Bergmann (1):
      x86: kvm: propagate register_shrinker return code

David Gibson (1):
      KVM: PPC: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt()

Haozhong Zhang (1):
      KVM MMU: check pending exception before injecting APF

Paolo Bonzini (3):
      Merge tag 'kvm-ppc-fixes-4.15-3' of git://git.kernel.org/.../paulus/powerpc into kvm-master
      KVM: x86: emulate #UD while in guest mode
      Merge branch 'kvm-insert-lfence' into kvm-master

Serhii Popovych (2):
      KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hpt
      KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requests

 arch/powerpc/kvm/book3s_64_mmu.c    |  1 +
 arch/powerpc/kvm/book3s_64_mmu_hv.c | 90 +++++++++++++++++++++++++------------
 arch/powerpc/kvm/book3s_pr.c        |  2 +
 arch/x86/kvm/mmu.c                  | 19 +++++---
 arch/x86/kvm/svm.c                  |  9 +---
 arch/x86/kvm/vmx.c                  | 17 ++++---
 6 files changed, 88 insertions(+), 50 deletions(-)

                 reply	other threads:[~2018-01-12 12:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1515761586-27118-1-git-send-email-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rkrcmar@redhat.com \
    --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).