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>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 14 Mar 2020 20:09:30 +0100
From:   Paolo Bonzini <pbonzini@...hat.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Subject: [GIT PULL] KVM changes for Linux 5.6-rc6

Linus,

The following changes since commit 86f7e90ce840aa1db407d3ea6e9b3a52b2ce923c:

  KVM: VMX: check descriptor table exits on instruction emulation (2020-03-01 19:26:31 +0100)

are available in the git repository at:

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

for you to fetch changes up to 018cabb694e3923998fdc2908af5268f1d89f48f:

  Merge branch 'kvm-null-pointer-fix' into kvm-master (2020-03-14 12:49:37 +0100)

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

Bugfixes, x86+s390.

----------------------------------------------------------------
Christian Borntraeger (1):
      KVM: s390: Also reset registers in sync regs for initial cpu reset

Haiwei Li (1):
      KVM: SVM: Fix the svm vmexit code for WRMSR

Jason A. Donenfeld (1):
      KVM: fix Kconfig menu text for -Werror

Nitesh Narayan Lal (1):
      KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirect

Paolo Bonzini (2):
      Merge tag 'kvm-s390-master-5.6-1' of git://git.kernel.org/.../kvms390/linux into kvm-master
      Merge branch 'kvm-null-pointer-fix' into kvm-master

Sean Christopherson (1):
      KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1

Vitaly Kuznetsov (3):
      KVM: x86: clear stale x86_emulate_ctxt->intercept value
      KVM: x86: remove stale comment from struct x86_emulate_ctxt
      KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAs

Wanpeng Li (1):
      KVM: X86: Fix dereference null cpufreq policy

 arch/s390/kvm/kvm-s390.c           | 18 +++++++++++++++++-
 arch/x86/include/asm/kvm_emulate.h |  1 -
 arch/x86/kvm/Kconfig               |  2 +-
 arch/x86/kvm/emulate.c             |  1 +
 arch/x86/kvm/ioapic.c              |  7 +++++--
 arch/x86/kvm/svm.c                 |  3 ++-
 arch/x86/kvm/vmx/nested.c          |  5 +++--
 arch/x86/kvm/vmx/vmx.c             | 16 ++++++++++++++--
 arch/x86/kvm/x86.c                 |  8 +++++---
 9 files changed, 48 insertions(+), 13 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ