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, 20 Nov 2011 11:19:37 +0200
From:	Avi Kivity <avi@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	linux-kernel <linux-kernel@...r.kernel.org>,
	KVM list <kvm@...r.kernel.org>,
	Marcelo Tosatti <mtosatti@...hat.com>
Subject: KVM updates for 3.2-rc2

Linus, please pull from:

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

This includes a ppc ABI breakage fix, s390 fixes, a tracing/kvmclock
conflict fix, and the implementation of guest-only/host-only profiling
for Intel.  The latter is not strictly a fix, and missed the merge
window due to a combination of a dependency on tip.git, kernel.org being
offline, and me forgetting all about it.  However it would be good to
have the feature implemented fully instead of just on AMD as it is at
present.

Alexander Graf (1):
      Revert "KVM: PPC: Add support for explicit HIOR setting"

Avi Kivity (1):
      KVM guest: prevent tracing recursion with kvmclock

Christian Borntraeger (2):
      KVM: s390: Fix tprot locking
      KVM: s390: announce SYNC_MMU

Cornelia Huck (2):
      KVM: s390: Fix RUNNING flag misinterpretation
      KVM: s390: handle SIGP sense running intercepts

Gleb Natapov (3):
      KVM: VMX: add support for switching of PERF_GLOBAL_CTRL
      KVM: VMX: Add support for guest/host-only profiling
      KVM: VMX: Check for automatic switch msr table overflow

 arch/powerpc/include/asm/kvm.h        |    8 --
 arch/powerpc/include/asm/kvm_book3s.h |    2 -
 arch/powerpc/kvm/book3s_pr.c          |   14 +---
 arch/powerpc/kvm/powerpc.c            |    1 -
 arch/s390/include/asm/kvm_host.h      |    3 +-
 arch/s390/kvm/diag.c                  |    2 +-
 arch/s390/kvm/intercept.c             |    3 +-
 arch/s390/kvm/interrupt.c             |    1 +
 arch/s390/kvm/kvm-s390.c              |   12 ++-
 arch/s390/kvm/priv.c                  |   10 ++-
 arch/s390/kvm/sigp.c                  |   45 +++++++++++-
 arch/x86/kernel/kvmclock.c            |    5 +-
 arch/x86/kvm/vmx.c                    |  131
++++++++++++++++++++++++++++++---
 include/linux/kvm.h                   |    1 -
 14 files changed, 189 insertions(+), 49 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