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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 15 Jul 2022 12:59:15 -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] KVM fixes for Linux 5.19-rc7

Linus,

The following changes since commit 4a57a8400075bc5287c5c877702c68aeae2a033d:

  vf/remap: return the amount of bytes actually deduplicated (2022-07-13 12:08:14 -0700)

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 79629181607e801c0b41b8790ac4ee2eb5d7bc3e:

  KVM: emulate: do not adjust size of fastop and setcc subroutines (2022-07-15 07:49:40 -0400)

----------------------------------------------------------------
RISC-V:

* Fix missing PAGE_PFN_MASK

* Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()

x86:

* Fix for nested virtualization when TSC scaling is active

* Estimate the size of fastcc subroutines conservatively, avoiding disastrous
  underestimation when return thunks are enabled

* Avoid possible use of uninitialized fields of 'struct kvm_lapic_irq'

Generic:

* Mark as such the boolean values available from the statistics file descriptors

* Clarify statistics documentation

----------------------------------------------------------------
Alexandre Ghiti (1):
      riscv: Fix missing PAGE_PFN_MASK

Anup Patel (1):
      RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()

Paolo Bonzini (5):
      Merge tag 'kvm-riscv-fixes-5.19-2' of https://github.com/kvm-riscv/linux into HEAD
      kvm: stats: tell userspace which values are boolean
      Documentation: kvm: clarify histogram units
      Merge commit 'kvm-vmx-nested-tsc-fix' into kvm-master
      KVM: emulate: do not adjust size of fastop and setcc subroutines

Thadeu Lima de Souza Cascardo (1):
      x86/kvm: fix FASTOP_SIZE when return thunks are enabled

Vitaly Kuznetsov (2):
      KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
      KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()

 Documentation/virt/kvm/api.rst      | 17 +++++++++++++----
 arch/riscv/include/asm/pgtable-64.h | 12 ++++++------
 arch/riscv/include/asm/pgtable.h    |  6 +++---
 arch/riscv/kvm/mmu.c                |  2 +-
 arch/riscv/kvm/vcpu.c               |  2 ++
 arch/x86/kvm/emulate.c              | 15 +++++++--------
 arch/x86/kvm/vmx/nested.c           |  1 -
 arch/x86/kvm/x86.c                  | 20 +++++++++++---------
 include/linux/kvm_host.h            | 11 ++++++++++-
 include/uapi/linux/kvm.h            |  1 +
 10 files changed, 54 insertions(+), 33 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ