]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: SVM: Rename "fault_address" to "gpa" in npf_interception()
authorSean Christopherson <seanjc@google.com>
Thu, 13 Nov 2025 22:16:41 +0000 (14:16 -0800)
committerSean Christopherson <seanjc@google.com>
Thu, 8 Jan 2026 20:12:10 +0000 (12:12 -0800)
commit737f2a382f89f2ff3d9d6a737004d97bfb98dc56
tree7fb86f1cc0a140a5980cea3712d912dca8a1fa15
parentfc3ba56385d03501eb582e4b86691ba378e556f9
KVM: SVM: Rename "fault_address" to "gpa" in npf_interception()

Rename "fault_address" to "gpa" in KVM's #NPF handler and track it as a
gpa_t to more precisely document what type of address is being captured,
and because "gpa" is much more succinct.

No functional change intended.

Link: https://patch.msgid.link/20251113221642.1673023-2-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/svm/svm.c