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, 24 Jun 2022 04:32:16 -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-rc4

Linus,

The following changes since commit 24625f7d91fb86b91e14749633a7f022f5866116:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2022-06-14 07:57:18 -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 6defa24d3b12bbd418bc8526dea1cbc605265c06:

  KVM: SEV: Init target VMCBs in sev_migrate_from (2022-06-24 04:10:18 -0400)

----------------------------------------------------------------
ARM64:

* Fix a regression with pKVM when kmemleak is enabled

* Add Oliver Upton as an official KVM/arm64 reviewer

selftests:

* deal with compiler optimizations around hypervisor exits

x86:

* MAINTAINERS reorganization

* Two SEV fixes

----------------------------------------------------------------
Dmitry Klochkov (1):
      tools/kvm_stat: fix display of error when multiple processes are found

Marc Zyngier (1):
      KVM: arm64: Add Oliver as a reviewer

Mingwei Zhang (1):
      KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()

Paolo Bonzini (2):
      Merge tag 'kvmarm-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
      MAINTAINERS: Reorganize KVM/x86 maintainership

Peter Gonda (1):
      KVM: SEV: Init target VMCBs in sev_migrate_from

Quentin Perret (1):
      KVM: arm64: Prevent kmemleak from accessing pKVM memory

Raghavendra Rao Ananta (1):
      selftests: KVM: Handle compiler optimizations in ucall

 MAINTAINERS                                     | 42 +++++++++++----
 arch/arm64/kvm/arm.c                            |  6 +--
 arch/x86/kvm/svm/sev.c                          | 72 ++++++++++++++++---------
 arch/x86/kvm/svm/svm.c                          | 11 +---
 arch/x86/kvm/svm/svm.h                          |  2 +-
 tools/kvm/kvm_stat/kvm_stat                     |  3 +-
 tools/testing/selftests/kvm/lib/aarch64/ucall.c |  9 ++--
 7 files changed, 92 insertions(+), 53 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ