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:   Fri, 25 Sep 2020 19:36:52 -0400
From:   Paolo Bonzini <pbonzini@...hat.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Subject: [GIT PULL] Second batch of KVM fixes for Linux 5.9-rc7

Linus,

The following changes since commit 32251b07d532174d66941488c112ec046f646157:

  Merge tag 'kvm-s390-master-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master (2020-09-20 17:31:15 -0400)

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 4bb05f30483fd21ea5413eaf1182768f251cf625:

  KVM: SVM: Add a dedicated INVD intercept routine (2020-09-25 13:27:35 -0400)

----------------------------------------------------------------
Five small fixes.  The nested migration bug will be fixed
with a better API in 5.10 or 5.11, for now this is a fix
that works with existing userspace but keeps the current
ugly API.

----------------------------------------------------------------
Maxim Levitsky (1):
      KVM: x86: fix MSR_IA32_TSC read for nested migration

Mohammed Gamal (1):
      KVM: x86: VMX: Make smaller physical guest address space support user-configurable

Sean Christopherson (1):
      KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE

Tom Lendacky (1):
      KVM: SVM: Add a dedicated INVD intercept routine

Yang Weijiang (1):
      selftests: kvm: Fix assert failure in single-step test

 arch/x86/kvm/svm/svm.c                          |  8 +++++++-
 arch/x86/kvm/vmx/vmx.c                          | 15 ++++++++++-----
 arch/x86/kvm/vmx/vmx.h                          |  5 ++++-
 arch/x86/kvm/x86.c                              | 22 ++++++++++++++++++----
 tools/testing/selftests/kvm/x86_64/debug_regs.c |  2 +-
 5 files changed, 40 insertions(+), 12 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ