public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Radim Krčmář" <rkrcmar@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Subject: [GIT PULL] KVM fixes for 4.8-rc2
Date: Sat, 13 Aug 2016 16:11:56 +0200	[thread overview]
Message-ID: <20160813141156.GA20952@potion> (raw)

Linus,

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -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 89a1d43ead15902b1f15768aa1121a2e2d5935af:

  Merge tag 'kvm-s390-master-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux (2016-08-12 12:01:51 +0200)

----------------------------------------------------------------
KVM locks kvm_device list to prevent corruption on device creation.

PPC splits debugfs initialization from creation of the xics device to
unlock the newly taken kvm lock earlier.

s390 prevents userspace from triggering two WARN_ON_ONCE.

MIPS fixes several issues in the management of TLB faults (Cc: stable).

----------------------------------------------------------------
Christoffer Dall (2):
      KVM: PPC: Move xics_debugfs_init out of create
      KVM: Protect device ops->create and list_add with kvm->lock

James Hogan (4):
      MIPS: KVM: Fix mapped fault broken commpage handling
      MIPS: KVM: Add missing gfn range check
      MIPS: KVM: Fix gfn range check in kseg0 tlb faults
      MIPS: KVM: Propagate kseg0/mapped tlb fault errors

Julius Niedworok (2):
      KVM: s390: set the prefix initially properly
      KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failed

Radim Krčmář (1):
      Merge tag 'kvm-s390-master-4.8-1' of git://git.kernel.org/.../kvms390/linux

 arch/arm/kvm/arm.c             |  6 +++-
 arch/mips/kvm/emulate.c        | 35 +++++++++++++++++------
 arch/mips/kvm/mmu.c            | 64 +++++++++++++++++++++++++++---------------
 arch/powerpc/kvm/book3s_xics.c | 12 +++++---
 arch/s390/kvm/kvm-s390.c       |  5 +++-
 include/linux/kvm_host.h       | 12 ++++++++
 virt/kvm/arm/vgic/vgic-init.c  | 17 +++--------
 virt/kvm/kvm_main.c            | 16 ++++++++++-
 8 files changed, 116 insertions(+), 51 deletions(-)

                 reply	other threads:[~2016-08-13 14:12 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=20160813141156.GA20952@potion \
    --to=rkrcmar@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbonzini@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