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:   Sun, 15 Nov 2020 10:29:07 -0500
From:   Paolo Bonzini <pbonzini@...hat.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Subject: [GIT PULL] More KVM fixes for 5.10-rc4

Linus,

The following changes since commit 585e5b17b92dead8a3aca4e3c9876fbca5f7e0ba:

  Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt (2020-11-12 16:39:58 -0800)

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

  kvm: mmu: fix is_tdp_mmu_check when the TDP MMU is not in use (2020-11-15 08:55:43 -0500)

----------------------------------------------------------------
Fixes for ARM and x86, the latter especially for old processors
without two-dimensional paging (EPT/NPT).

----------------------------------------------------------------
Babu Moger (2):
      KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_arch
      KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guests

David Edmondson (1):
      KVM: x86: clflushopt should be treated as a no-op by emulation

Marc Zyngier (4):
      Merge tag 'v5.10-rc1' into kvmarm-master/next
      KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
      KVM: arm64: Unify trap handlers injecting an UNDEF
      KVM: arm64: Handle SCXTNUM_ELx traps

Paolo Bonzini (2):
      Merge tag 'kvmarm-fixes-5.10-3' of git://git.kernel.org/.../kvmarm/kvmarm into HEAD
      kvm: mmu: fix is_tdp_mmu_check when the TDP MMU is not in use

 arch/arm64/include/asm/kvm_host.h |   2 +
 arch/arm64/include/asm/sysreg.h   |   4 ++
 arch/arm64/kvm/arm.c              |  16 ++++++
 arch/arm64/kvm/sys_regs.c         | 111 +++++++++++++++++++++++---------------
 arch/x86/include/asm/kvm_host.h   |   1 +
 arch/x86/kvm/cpuid.c              |   2 +
 arch/x86/kvm/emulate.c            |   8 ++-
 arch/x86/kvm/mmu/tdp_mmu.c        |   7 +++
 arch/x86/kvm/svm/svm.c            |   8 +++
 arch/x86/kvm/x86.c                |   2 +-
 10 files changed, 115 insertions(+), 46 deletions(-)

Powered by blists - more mailing lists