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:	Tue, 04 Mar 2008 18:03:44 +0200
From:	Avi Kivity <avi@...ranet.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	linux-kernel <linux-kernel@...r.kernel.org>,
	kvm-devel <kvm-devel@...ts.sourceforge.net>
Subject: [GIT PULL] KVM fixes for 2.6.25-rc3

Linus, please pull the kvm fixes in the repo and branch

  git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git for-linus

comprising an ABI fix, a few host crash fixes, AMD specific fixes,
a Kbuild fix for the randconfig addicts, fallout from the scaling
work, and other miscellany.

Avi Kivity (5):
      KVM: Make the supported cpuid list a host property rather than a 
vm property
      KVM: Avoid infinite-frequency local apic timer
      KVM: Route irq 0 to vcpu 0 exclusively
      KVM: MMU: Fix race when instantiating a shadow pte
      KVM: VMX: Avoid rearranging switched guest msrs while they are loaded

Izik Eidus (1):
      KVM: remove the usage of the mmap_sem for the protection of the 
memory slots.

Joerg Roedel (4):
      KVM: SVM: Fix lazy FPU switching
      KVM: SVM: set NM intercept when enabling CR0.TS in the guest
      KVM: emulate access to MSR_IA32_MCG_CTL
      KVM: SVM: fix Windows XP 64 bit installation crash

Marcelo Tosatti (2):
      KVM: move alloc_apic_access_page() outside of non-preemptable region
      KVM: make MMU_DEBUG compile again

Paul Knowles (1):
      KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properly

Randy Dunlap (1):
      x86: disable KVM for Voyager and friends

 arch/x86/Kconfig           |    2 +-
 arch/x86/kvm/lapic.c       |    4 ++
 arch/x86/kvm/mmu.c         |   38 ++++++++++-----
 arch/x86/kvm/paging_tmpl.h |   20 +++++---
 arch/x86/kvm/svm.c         |   26 ++++++++++
 arch/x86/kvm/vmx.c         |   14 ++++--
 arch/x86/kvm/x86.c         |  114 
+++++++++++++++++++++++++-------------------
 include/linux/kvm.h        |    4 +-
 include/linux/kvm_host.h   |    1 +
 virt/kvm/ioapic.c          |    8 +++
 virt/kvm/kvm_main.c        |    5 +-
 11 files changed, 156 insertions(+), 80 deletions(-)

-- 
error compiling committee.c: too many arguments to function

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