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:	Thu, 10 Mar 2016 12:32:16 +0100
From:	Paolo Bonzini <pbonzini@...hat.com>
To:	torvalds@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org, gleb@...nel.org, kvm@...r.kernel.org
Subject: [GIT PULL] Final KVM changes for 4.5

Linus,

The following changes since commit f6cede5b49e822ebc41a099fe41ab4989f64e2cb:

  Linux 4.5-rc7 (2016-03-06 14:48:03 -0800)

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 5f0b819995e172f48fdcd91335a2126ba7d9deae:

  KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 (2016-03-10 11:26:10 +0100)

----------------------------------------------------------------
A few simple fixes for ARM, x86, PPC and generic code.  The x86 MMU fix
is a bit larger because the surrounding code needed a cleanup, but
nothing worrisome.

----------------------------------------------------------------
David Hildenbrand (1):
      KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS

David Matlack (1):
      kvm: cap halt polling at exactly halt_poll_ns

Paolo Bonzini (3):
      Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/.../paulus/powerpc into HEAD
      KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
      KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit

Radim Krčmář (1):
      KVM: VMX: disable PEBS before a guest entry

 Documentation/virtual/kvm/mmu.txt       |  3 ++-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S | 14 +++++++++++
 arch/s390/kvm/kvm-s390.c                |  2 +-
 arch/x86/kvm/mmu.c                      |  4 ++-
 arch/x86/kvm/vmx.c                      | 43 +++++++++++++++++++++++----------
 virt/kvm/kvm_main.c                     |  3 +++
 6 files changed, 53 insertions(+), 16 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ