On Wed, Oct 25, 2023 at 03:47:37PM +0800, Chao Gao wrote: > >diff --git a/arch/x86/kvm/vmx/vmenter.S b/arch/x86/kvm/vmx/vmenter.S > >index b3b13ec04bac..c566035938cc 100644 > >--- a/arch/x86/kvm/vmx/vmenter.S > >+++ b/arch/x86/kvm/vmx/vmenter.S > >@@ -1,6 +1,7 @@ > > /* SPDX-License-Identifier: GPL-2.0 */ > > #include <linux/linkage.h> > > #include <asm/asm.h> > >+#include <asm/segment.h> > > This header is already included a few lines below: Thanks, will remove it.