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:   Thu, 29 Mar 2018 23:10:20 +0200
From:   Radim Krčmář <rkrcmar@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Paolo Bonzini <pbonzini@...hat.com>, linux-kernel@...r.kernel.org,
        kvm@...r.kernel.org
Subject: [GIT PULL] KVM fixes for Linux 4.16-rc8

Linus,

The following changes since commit daaf216c06fba4ee4dc3f62715667da929d68774:

  KVM: x86: Fix device passthrough when SME is active (2018-03-16 14:32:23 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 17a1079d9c63579d6e392a526405b8888e9ede37:

  KVM: x86: Fix pv tlb flush dependencies (2018-03-28 15:53:34 +0200)

----------------------------------------------------------------
KVM fixes for v4.16-rc8

PPC:
 - Fix a bug causing occasional machine check exceptions on POWER8 hosts
   (introduced in 4.16-rc1)

x86:
 - Fix a guest crashing regression with nested VMX and restricted guest
   (introduced in 4.16-rc1)

 - Fix dependency check for pv tlb flush (The wrong dependency that
   effectively disabled the feature was added in 4.16-rc4, the original
   feature in 4.16-rc1, so it got decent testing.)

----------------------------------------------------------------
Paolo Bonzini (1):
      Merge tag 'kvm-ppc-fixes-4.16-3' of git://git.kernel.org/.../paulus/powerpc into kvm-master

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Fix duplication of host SLB entries

Sean Christopherson (1):
      KVM: nVMX: sync vmcs02 segment regs prior to vmx_set_cr0

Wanpeng Li (1):
      KVM: x86: Fix pv tlb flush dependencies

 arch/powerpc/kvm/book3s_hv_rmhandlers.S | 35 +++++++++++++++++----------------
 arch/x86/kernel/kvm.c                   |  4 ++--
 arch/x86/kvm/vmx.c                      | 10 +++++-----
 3 files changed, 25 insertions(+), 24 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ