]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call()
authorSean Christopherson <seanjc@google.com>
Mon, 31 Mar 2025 18:27:03 +0000 (11:27 -0700)
committerSean Christopherson <seanjc@google.com>
Fri, 16 May 2025 20:13:58 +0000 (13:13 -0700)
commit6a3d704959bd04ab37fc588aff70b3078f3c90e8
tree0a3fcf75bcec9747a2066a3fd4e37bb7582a9269
parent11d45175111d933c5175acc28e56af2213dd5cd6
KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call()

Use KVM's preferred kvm_x86_call() wrapper to invoke static calls related
to mirror page tables.

No functional change intended.

Fixes: 77ac7079e66d ("KVM: x86/tdp_mmu: Propagate building mirror page tables")
Fixes: 94faba8999b9 ("KVM: x86/tdp_mmu: Propagate tearing down mirror page tables")
Reviewed-by: Kai Huang <kai.huang@intel.com>
Link: https://lore.kernel.org/r/20250331182703.725214-1-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/mmu/tdp_mmu.c