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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4C10B10D.80304@redhat.com>
Date:	Thu, 10 Jun 2010 12:31:57 +0300
From:	Avi Kivity <avi@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	Marcelo Tosatti <mtosatti@...hat.com>,
	KVM list <kvm@...r.kernel.org>,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] KVM updates for 2.6.35-rc2

Linus, please pull from

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

to receive a bunch of KVM fixes for 2.6.35-rc2, including a workaround 
for a cpu erratum that can allow a guest to crash the host.

Avi Kivity (1):
       KVM: MMU: Remove user access when allowing kernel access to 
gpte.w=0 page

Huang Ying (1):
       KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages

Jan Kiszka (1):
       KVM: Fix order passed to iommu_unmap

Jean Delvare (1):
       KVM: powerpc: fix init/exit annotation

Joerg Roedel (2):
       KVM: SVM: Handle MCEs early in the vmexit process
       KVM: SVM: Implement workaround for Erratum 383

Julia Lawall (1):
       KVM: ia64: Add missing spin_unlock in kvm_arch_hardware_enable()

Marcelo Tosatti (2):
       KVM: MMU: invalidate and flush on spte small->large page size change
       KVM: read apic->irr with ioapic lock held

  arch/ia64/kvm/kvm-ia64.c         |    1 +
  arch/powerpc/kvm/e500.c          |    2 +-
  arch/x86/include/asm/msr-index.h |    1 +
  arch/x86/kvm/mmu.c               |   39 ++++++++++++---
  arch/x86/kvm/paging_tmpl.h       |    7 +--
  arch/x86/kvm/svm.c               |   96 
+++++++++++++++++++++++++++++++++++++-
  include/linux/kvm_host.h         |    1 +
  include/linux/mm.h               |    8 +++
  mm/memory-failure.c              |   30 ++++++++++++
  virt/kvm/ioapic.c                |    3 +-
  virt/kvm/iommu.c                 |    2 +-
  virt/kvm/kvm_main.c              |   30 +++++++++++-
  12 files changed, 201 insertions(+), 19 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