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:	Mon, 26 Dec 2011 16:02:41 +0200
From:	Avi Kivity <avi@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	KVM list <kvm@...r.kernel.org>,
	linux-kernel <linux-kernel@...r.kernel.org>
CC:	Marcelo Tosatti <mtosatti@...hat.com>
Subject: [GIT PULL] KVM fixes for 3.2-rc7

Linus, please pull from:

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

to receive an unfortunately large bunch of fixes for Linux 3.2 KVM, some
fairly critical:

 - two DoS issues in the device assignment code
 - an oops in the emulated PIT code
 - the regression caused by incorrect exposure of the TSC deadline timer
feature to guests
 - a few powerpc build fixes

Alex Williamson (2):
      KVM: Remove ability to assign a device without iommu support
      KVM: Device assignment permission checks

Andreas Schwab (2):
      KVM: PPC: move compute_tlbie_rb to book3s_64 common header
      KVM: PPC: protect use of kvmppc_h_pr

Jan Kiszka (2):
      KVM: x86: Prevent starting PIT timers in the absence of irqchip
support
      KVM: Don't automatically expose the TSC deadline timer in cpuid

Michael Neuling (1):
      KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N

Scott Wood (1):
      KVM: PPC: e500: include linux/export.h

 Documentation/virtual/kvm/api.txt        |   16 +++++
 arch/powerpc/include/asm/kvm_book3s.h    |   33 -----------
 arch/powerpc/include/asm/kvm_book3s_64.h |   33 +++++++++++
 arch/powerpc/kvm/book3s_hv.c             |    2 +-
 arch/powerpc/kvm/book3s_pr.c             |    2 +
 arch/powerpc/kvm/e500.c                  |    1 +
 arch/x86/kvm/i8254.c                     |   10 ++-
 arch/x86/kvm/x86.c                       |   19 +++---
 include/linux/kvm.h                      |    1 +
 virt/kvm/assigned-dev.c                  |   93
+++++++++++++++++++++++++++---
 10 files changed, 154 insertions(+), 56 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