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(-)