]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
authorSean Christopherson <seanjc@google.com>
Mon, 20 Apr 2026 21:19:57 +0000 (14:19 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 20 Apr 2026 21:54:17 +0000 (14:54 -0700)
commit48321f609a73e37c26e29e0b38e38741263e7e7d
tree53cfa289bad65c83aba1767fbd8cf7be075e445b
parent85819fa0e3b98682b8c57c6d8ba57e7a9c6032ea
KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()

Now that KVM selftests use gva_t instead of vm_vaddr_t, rename the API
for finding an unused range of virtual memory to drop the defunct
terminology and use "vm" for the scope.

Opportunistically clean up the function comment to drop superfluous
and redundant information.

No functional change intended.

Link: https://patch.msgid.link/20260420212004.3938325-13-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/include/kvm_util.h
tools/testing/selftests/kvm/lib/arm64/ucall.c
tools/testing/selftests/kvm/lib/kvm_util.c
tools/testing/selftests/kvm/lib/loongarch/ucall.c
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c