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:	Sun, 28 Jun 2009 16:53:26 +0300
From:	Avi Kivity <avi@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Subject: [GIT PULL] KVM fixes for 2.6.31-rc1

Linus,

Please find, in

  git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/2.6.31

a few kvm updates for 2.6.31-rc1.  There's nothing earth shattering in
there.  Most significant is a race fix which could leave stale guest tlb
entries under fairly rare conditions.

Amit Shah (1):
      KVM: Ignore reads to K7 EVNTSEL MSRs

Avi Kivity (2):
      KVM: MMU: Allow 4K ptes with bit 7 (PAT) set
      KVM: VMX: Handle vmx instruction vmexits

Christian Borntraeger (1):
      KVM: s390: Allow stfle instruction in the guest

Izik Eidus (1):
      KVM: Fix dirty bit tracking for slots with large pages

Jaswinder Singh Rajput (2):
      KVM: kvm/x86_emulate.c toggle_interruptibility() should be static
      KVM: shut up uninit compiler warning in paging_tmpl.h

Jes Sorensen (1):
      KVM: ia64: fix ia64 build due to missing kallsyms_lookup() and double export

Marcelo Tosatti (1):
      KVM: protect concurrent make_all_cpus_request

 arch/ia64/kvm/kvm_lib.c          |    6 ++++++
 arch/s390/include/asm/kvm_host.h |    4 +++-
 arch/s390/kvm/kvm-s390.c         |   23 ++++++++++++++++++++++-
 arch/s390/kvm/priv.c             |    2 +-
 arch/x86/kvm/mmu.c               |    6 +++---
 arch/x86/kvm/paging_tmpl.h       |    2 +-
 arch/x86/kvm/vmx.c               |   15 +++++++++++++++
 arch/x86/kvm/x86.c               |    1 +
 arch/x86/kvm/x86_emulate.c       |    2 +-
 include/linux/kvm_host.h         |    1 +
 virt/kvm/kvm_main.c              |    5 +++++
 11 files changed, 59 insertions(+), 8 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