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:	Fri, 25 Sep 2015 13:08:06 +0200
From:	Paolo Bonzini <pbonzini@...hat.com>
To:	torvalds@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org, gleb@...nel.org, kvm@...r.kernel.org
Subject: [GIT PULL] KVM fixes for 4.3-rc3

Linus,

The following changes since commit 00cc1633816de8c95f337608a1ea64e228faf771:

  sched: access local runqueue directly in single_task_running (2015-09-18 13:47:59 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to 920552b213e3dc832a874b4e7ba29ecddbab31bc:

  KVM: disable halt_poll_ns as default for s390x (2015-09-25 10:31:30 +0200)

----------------------------------------------------------------
AMD fixes for bugs introduced in the 4.2 merge window,
and a few PPC bug fixes too.

----------------------------------------------------------------
David Hildenbrand (1):
      KVM: disable halt_poll_ns as default for s390x

Gautham R. Shenoy (1):
      KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exit

Igor Mammedov (1):
      kvm: svm: reset mmu on VCPU reset

Paolo Bonzini (5):
      KVM: x86: trap AMD MSRs for the TSeg base and mask
      Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/.../paulus/powerpc into kvm-master
      KVM: svm: do not call kvm_set_cr0 from init_vmcb
      KVM: x86: use correct page table format to check nested page table reserved bits
      KVM: x86: fix off-by-one in reserved bits check

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Fix handling of interrupted VCPUs

Thomas Huth (1):
      KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store()

 arch/arm/include/asm/kvm_host.h         |  1 +
 arch/arm64/include/asm/kvm_host.h       |  1 +
 arch/mips/include/asm/kvm_host.h        |  1 +
 arch/powerpc/include/asm/kvm_host.h     |  1 +
 arch/powerpc/kvm/book3s.c               |  6 ++++++
 arch/powerpc/kvm/book3s_hv.c            |  6 +++++-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S |  1 +
 arch/s390/include/asm/kvm_host.h        |  1 +
 arch/x86/include/asm/kvm_host.h         |  1 +
 arch/x86/include/asm/msr-index.h        |  1 +
 arch/x86/kvm/mmu.c                      | 25 ++++++++++++++++++-------
 arch/x86/kvm/svm.c                      |  4 +++-
 arch/x86/kvm/x86.c                      |  2 ++
 virt/kvm/kvm_main.c                     |  4 ++--
 14 files changed, 44 insertions(+), 11 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