]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: x86: Make "external SPTE" ops that can fail RET0 static calls
authorSean Christopherson <seanjc@google.com>
Thu, 29 Jan 2026 01:14:36 +0000 (17:14 -0800)
committerSean Christopherson <seanjc@google.com>
Wed, 13 May 2026 18:16:41 +0000 (11:16 -0700)
commite1a31ca28c9d1c36dd4e40468436b9ebce14e4d2
treeb3465a26f09404b1d092124f53d5b611a0b634c2
parenta8b2924676ec42d76597f849baba31acc3ba1bfc
KVM: x86: Make "external SPTE" ops that can fail RET0 static calls

Define kvm_x86_ops .link_external_spt(), .set_external_spte(), and
.free_external_spt() as RET0 static calls so that an unexpected call to a
a default operation doesn't consume garbage.

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>
Reviewed-by: Rick Edgecombe <rick.p.edgecombe@intel.com>
Link: https://patch.msgid.link/20260129011517.3545883-5-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/kvm-x86-ops.h