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:	Mon, 14 Apr 2014 20:19:06 -0300
From:	Marcelo Tosatti <mtosatti@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	kvm <kvm@...r.kernel.org>, Paolo Bonzini <pbonzini@...hat.com>
Subject: [GIT PULL] KVM fixes for 3.15-rc1


Linus,

Please pull from

git://git.kernel.org/pub/scm/virt/kvm/kvm.git master

To receive the following KVM fixes:

	- Fix for guest triggerable BUG_ON (CVE-2014-0155)
	- CR4.SMAP support
	- Spurious WARN_ON() fix

Feng Wu (5):
      KVM: Remove SMAP bit from CR4_RESERVED_BITS
      KVM: Add SMAP support when setting CR4
      KVM: Disable SMAP for guests in EPT realmode and EPT unpaging mode
      KVM: expose SMAP feature to guest
      KVM: Rename variable smep to cr4_smep

Marcelo Tosatti (1):
      KVM: x86: remove WARN_ON from get_kernel_ns()

Paolo Bonzini (2):
      KVM: ioapic: fix assignment of ioapic->rtc_status.pending_eoi (CVE-2014-0155)
      KVM: ioapic: try to recover if pending_eoi goes out of range

 arch/x86/include/asm/kvm_host.h |    2 -
 arch/x86/kvm/cpuid.c            |    2 -
 arch/x86/kvm/cpuid.h            |    8 +++++++
 arch/x86/kvm/mmu.c              |   40 ++++++++++++++++++++++++++++++------
 arch/x86/kvm/mmu.h              |   44 ++++++++++++++++++++++++++++++++--------
 arch/x86/kvm/paging_tmpl.h      |    2 -
 arch/x86/kvm/vmx.c              |   11 +++++-----
 arch/x86/kvm/x86.c              |   10 +++++++--
 virt/kvm/ioapic.c               |   25 +++++++++++++++++-----
 9 files changed, 114 insertions(+), 30 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