kvm.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 Linux 4.9-rc4
Date: Thu,  3 Nov 2016 17:16:13 +0100	[thread overview]
Message-ID: <1478189773-22108-1-git-send-email-pbonzini@redhat.com> (raw)

Linus,

The following changes since commit 07d9a380680d1c0eb51ef87ff2eab5c994949e69:

  Linux 4.9-rc2 (2016-10-23 17:10:14 -0700)

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

  kvm: x86: Check memopp before dereference (CVE-2016-8630) (2016-11-02 21:31:53 +0100)

----------------------------------------------------------------
One NULL pointer dereference, and two fixes for regressions introduced
during the merge window.  The rest are fixes for MIPS, s390 and nested VMX.

----------------------------------------------------------------
Borislav Petkov (1):
      kvm/x86: Show WRMSR data is in hex

Ido Yariv (1):
      KVM: x86: fix wbinvd_dirty_mask use-after-free

James Hogan (3):
      KVM: MIPS: Fix lazy user ASID regenerate for SMP
      KVM: MIPS: Make ERET handle ERL before EXL
      KVM: MIPS: Precalculate MMIO load resume PC

Janosch Frank (1):
      KVM: s390: Fix STHYI buffer alignment for diag224

Jim Mattson (2):
      kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID types
      kvm: nVMX: VMCLEAR an active shadow VMCS after last use

Owen Hofmann (1):
      kvm: x86: Check memopp before dereference (CVE-2016-8630)

Paolo Bonzini (4):
      KVM: fix OOPS on flush_work
      KVM: document lock orders
      Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/.../kvms390/linux into HEAD
      KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK

 Documentation/virtual/kvm/locking.txt | 12 ++++++-
 arch/mips/include/asm/kvm_host.h      |  7 ++--
 arch/mips/kvm/emulate.c               | 32 ++++++++++-------
 arch/mips/kvm/mips.c                  |  5 ++-
 arch/mips/kvm/mmu.c                   |  4 ---
 arch/s390/kvm/sthyi.c                 |  4 +--
 arch/x86/include/asm/kvm_host.h       |  3 --
 arch/x86/kvm/emulate.c                |  2 +-
 arch/x86/kvm/svm.c                    | 23 -------------
 arch/x86/kvm/vmx.c                    | 65 +++++++++++------------------------
 arch/x86/kvm/x86.c                    | 16 +++++----
 virt/kvm/eventfd.c                    | 22 ++++++++++--
 virt/kvm/kvm_main.c                   |  6 ++++
 13 files changed, 95 insertions(+), 106 deletions(-)

                 reply	other threads:[~2016-11-03 16:16 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=1478189773-22108-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).