Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1461626 > unrolled thread

[GIT PULL] KVM fixes for 4.8-rc2

Started byRadim Krčmář <rkrcmar@redhat.com>
First post2016-08-13 16:20 +0200
Last post2016-08-13 16:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] KVM fixes for 4.8-rc2 Radim Krčmář <rkrcmar@redhat.com> - 2016-08-13 16:20 +0200

#1461626 — [GIT PULL] KVM fixes for 4.8-rc2

FromRadim Krčmář <rkrcmar@redhat.com>
Date2016-08-13 16:20 +0200
Subject[GIT PULL] KVM fixes for 4.8-rc2
Message-ID<s5HX3-209-5@gated-at.bofh.it>
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web