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, 12 Dec 2020 10:53:42 -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] Final batch of KVM changes for Linux 5.10

Linus,

The following changes since commit 9a2a0d3ca163fc645991804b8b032f7d59326bb5:

  kvm: x86/mmu: Fix get_mmio_spte() on CPUs supporting 5-level PT (2020-11-27 11:14:27 -0500)

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 111d0bda8eeb4b54e0c63897b071effbf9fd9251:

  tools/kvm_stat: Exempt time-based counters (2020-12-11 19:18:51 -0500)

----------------------------------------------------------------
Bugfixes for ARM, x86 and tools.

----------------------------------------------------------------
Jacob Xu (1):
      kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()

Maciej S. Szmigiero (2):
      selftests: kvm/set_memory_region_test: Fix race in move region test
      KVM: mmu: Fix SPTE encoding of MMIO generation upper half

Paolo Bonzini (1):
      Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/.../kvmarm/kvmarm into HEAD

Rick Edgecombe (1):
      kvm: x86/mmu: Use cpuid to determine max gfn

Stefan Raspl (1):
      tools/kvm_stat: Exempt time-based counters

Yanan Wang (3):
      KVM: arm64: Fix memory leak on stage2 update of a valid PTE
      KVM: arm64: Fix handling of merging tables into a block entry
      KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()

 Documentation/virt/kvm/mmu.rst                     |  2 +-
 arch/arm64/include/asm/esr.h                       |  1 +
 arch/arm64/include/asm/kvm_emulate.h               |  5 +++++
 arch/arm64/kvm/hyp/pgtable.c                       | 17 ++++++++++++++-
 arch/arm64/kvm/mmu.c                               | 11 ++++++++--
 arch/x86/kvm/mmu/spte.c                            |  4 ++--
 arch/x86/kvm/mmu/spte.h                            | 25 ++++++++++++++++------
 arch/x86/kvm/mmu/tdp_mmu.c                         |  4 ++--
 arch/x86/kvm/svm/svm.c                             |  4 ++--
 tools/kvm/kvm_stat/kvm_stat                        |  6 +++++-
 .../testing/selftests/kvm/set_memory_region_test.c | 17 +++++++++++----
 11 files changed, 74 insertions(+), 22 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ