Fixes: 94952ddb99f7 ("KVM: VMX: Store the host kernel's IDT base in a global variable") Signed-off-by: kbuild test robot <lkp@xxxxxxxxx> --- vmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c index 7061df8a..429f373 100644 --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c @@ -389,7 +389,7 @@ static const struct kvm_vmx_segment_field { }; u64 host_efer; -unsigned long host_idt_base; +static unsigned long host_idt_base; /* * Though SYSCALL is only supported in 64-bit mode on Intel CPUs, kvm