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, 28 Jul 2017 18:10:26 +0200
From:   Paolo Bonzini <pbonzini@...hat.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org, rkrcmar@...hat.com,
        kvm@...r.kernel.org
Subject: [GIT PULL] KVM fixes for 4.13-rc3

Linus,

The following changes since commit 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9:

  Linux 4.13-rc2 (2017-07-23 16:15:17 -0700)

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

  Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master (2017-07-26 19:04:56 +0200)

----------------------------------------------------------------

s390: SRCU fix.
PPC: host crash fixes.
x86: bugfixes, including making nested posted interrupts really work.
Generic: tweaks to kvm_stat and to uevents

----------------------------------------------------------------
Christian Borntraeger (1):
      KVM: s390: take srcu lock when getting/setting storage keys

Claudio Imbrenda (1):
      KVM: make pid available for uevents without debugfs

Lin Ma (2):
      tools/kvm_stat: use variables instead of hard paths in help output
      tools/kvm_stat: add '-f help' to get the available event list

Paolo Bonzini (4):
      KVM: VMX: remove unused field
      KVM: x86: do mask out upper bits of PAE CR3
      Merge tag 'kvm-s390-master-4.13-1' of git://git.kernel.org/.../kvms390/linux into HEAD
      Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/.../paulus/powerpc into kvm-master

Paul Mackerras (2):
      KVM: PPC: Book3S HV: Enable TM before accessing TM registers
      KVM: PPC: Book3S HV: Fix host crash on changing HPT size

Wanpeng Li (2):
      KVM: nVMX: Fix loss of L2's NMI blocking state
      KVM: LAPIC: Fix reentrancy issues with preempt notifiers

Wincy Van (2):
      x86: irq: Define a global vector for nested posted interrupts
      KVM: nVMX: Fix posted intr delivery when vcpu is in guest mode

 arch/powerpc/kvm/book3s_64_mmu_hv.c |  4 +++-
 arch/powerpc/kvm/book3s_hv.c        |  2 ++
 arch/s390/kvm/kvm-s390.c            |  8 ++++++--
 arch/x86/entry/entry_64.S           |  1 +
 arch/x86/include/asm/entry_arch.h   |  2 ++
 arch/x86/include/asm/hardirq.h      |  1 +
 arch/x86/include/asm/hw_irq.h       |  2 ++
 arch/x86/include/asm/irq_vectors.h  |  3 ++-
 arch/x86/kernel/irq.c               | 19 +++++++++++++++++++
 arch/x86/kernel/irqinit.c           |  2 ++
 arch/x86/kvm/lapic.c                | 17 ++++++++++++++---
 arch/x86/kvm/vmx.c                  | 25 +++++++++++++------------
 arch/x86/kvm/x86.c                  |  4 ++--
 include/linux/kvm_host.h            |  1 +
 tools/kvm/kvm_stat/kvm_stat         | 22 +++++++++++++++++-----
 virt/kvm/kvm_main.c                 | 35 ++++++++++++-----------------------
 16 files changed, 99 insertions(+), 49 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ