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.20-rc4
Date: Wed, 28 Nov 2018 12:52:49 +0100	[thread overview]
Message-ID: <1543405969-25140-1-git-send-email-pbonzini@redhat.com> (raw)

Linus,

The following changes since commit 9ff01193a20d391e8dbce4403dd5ef87c7eaaca6:

  Linux 4.20-rc3 (2018-11-18 13:33:44 -0800)

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 fd65d3142f734bc4376053c8d75670041903134d:

  kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb (2018-11-27 12:50:42 +0100)

----------------------------------------------------------------
Bugfixes, many of them reported by syzkaller and mostly predating the
merge window.

----------------------------------------------------------------
Jim Mattson (1):
      kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb

Junaid Shahid (1):
      kvm: mmu: Fix race in emulated page table writes

Leonid Shatz (1):
      KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offset

Liran Alon (5):
      KVM: nVMX: Fix kernel info-leak when enabling KVM_CAP_HYPERV_ENLIGHTENED_VMCS more than once
      KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercall
      KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA changes
      KVM: nVMX: Verify eVMCS revision id match supported eVMCS version on eVMCS VMPTRLD
      KVM: nVMX: vmcs12 revision_id is always VMCS12_REVISION even when copied from eVMCS

Luiz Capitulino (1):
      KVM: VMX: re-add ple_gap module parameter

Michael Roth (1):
      KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTED

Paolo Bonzini (1):
      Merge tag 'kvm-ppc-fixes-4.20-1' of https://git.kernel.org/.../paulus/powerpc into HEAD

Wanpeng Li (2):
      KVM: LAPIC: Fix pv ipis use-before-initialization
      KVM: X86: Fix scan ioapic use-before-initialization

Wei Wang (1):
      svm: Add mutex_lock to protect apic_access_page_done on AMD systems

Yi Wang (2):
      KVM: x86: fix empty-body warnings
      x86/kvm/vmx: fix old-style function declaration

 arch/powerpc/kvm/book3s_hv.c    |  1 +
 arch/x86/include/asm/kvm_host.h |  3 +-
 arch/x86/kvm/lapic.c            |  7 ++-
 arch/x86/kvm/mmu.c              | 27 ++++--------
 arch/x86/kvm/svm.c              | 44 +++++++++++-------
 arch/x86/kvm/vmx.c              | 98 +++++++++++++++++++++++++++--------------
 arch/x86/kvm/x86.c              | 10 +++--
 7 files changed, 118 insertions(+), 72 deletions(-)

             reply	other threads:[~2018-11-28 11:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-28 11:52 Paolo Bonzini [this message]
2018-11-28 16:45 ` [GIT PULL] KVM fixes for 4.20-rc4 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=1543405969-25140-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).