[GIT PULL] KVM: x86: Generic changes for 7.2
From: Sean Christopherson
Date: Thu Jun 11 2026 - 20:48:14 EST
The following changes since commit b7fbe9a1bf9ee6c967ef77d366ca58c35fcf1887:
Merge branch 'kvm-apx-prepare' into HEAD (2026-05-13 12:38:31 -0400)
are available in the Git repository at:
https://github.com/kvm-x86/linux.git tags/kvm-x86-generic-7.2
for you to fetch changes up to 5804f58901af77ab507e199d31dfa263404e177c:
call_once:: Fix typo in comment for call_once() (2026-05-26 12:28:32 -0700)
----------------------------------------------------------------
KVM generic changes for 7.2
- Rename invalidate_begin() to invalidate_start() throughout KVM to follow
the kernel's nomenclature, e.g. for mmu_notifiers.
- Minor cleanups.
----------------------------------------------------------------
Jiun Jeong (1):
call_once:: Fix typo in comment for call_once()
Peter Fang (1):
KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
Takahiro Itazuri (1):
KVM: Rename invalidate_begin to invalidate_start for consistency
arch/x86/kvm/mmu/mmu.c | 2 +-
include/linux/call_once.h | 2 +-
include/linux/kvm_host.h | 12 ++++++------
virt/kvm/guest_memfd.c | 14 +++++++-------
virt/kvm/kvm_main.c | 6 +++---
5 files changed, 18 insertions(+), 18 deletions(-)