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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 20 May 2015 12:37:51 +0200
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] KVM changes for 4.1-rc5

Linus,

The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:

  Linux 4.1-rc2 (2015-05-03 19:22:23 -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 c447e76b4cabb49ddae8e49c5758f031f35d55fb:

  kvm/fpu: Enable eager restore kvm FPU for MPX (2015-05-20 12:30:26 +0200)

----------------------------------------------------------------
This pull request includes a fix for two oopses, one on PPC
and on x86.  The rest is fixes for bugs with newer Intel
processors.

----------------------------------------------------------------
Andrea Arcangeli (1):
      kvm: fix crash in kvm_vcpu_reload_apic_access_page

Liang Li (1):
      kvm/fpu: Enable eager restore kvm FPU for MPX

Paolo Bonzini (2):
      KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages
      Revert "KVM: x86: drop fpu_activate hook"

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Fix list traversal in error case

Xiao Guangrong (2):
      KVM: MMU: fix smap permission check
      KVM: MMU: fix SMAP virtualization

 Documentation/virtual/kvm/mmu.txt | 18 ++++++++++++++----
 arch/powerpc/kvm/book3s_hv.c      |  5 +++--
 arch/x86/include/asm/kvm_host.h   |  3 +++
 arch/x86/kvm/cpuid.c              |  4 ++++
 arch/x86/kvm/cpuid.h              |  8 ++++++++
 arch/x86/kvm/mmu.c                | 16 ++++++++++++----
 arch/x86/kvm/mmu.h                |  4 ++--
 arch/x86/kvm/paging_tmpl.h        |  7 +++++++
 arch/x86/kvm/svm.c                |  1 +
 arch/x86/kvm/vmx.c                |  1 +
 arch/x86/kvm/x86.c                | 26 +++++++++++++++++++-------
 11 files changed, 74 insertions(+), 19 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ