lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 13 Aug 2016 16:11:56 +0200
From:	Radim Krčmář <rkrcmar@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Paolo Bonzini <pbonzini@...hat.com>, linux-kernel@...r.kernel.org,
	kvm@...r.kernel.org
Subject: [GIT PULL] KVM fixes for 4.8-rc2

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ