Re: [PATCH v5 01/21] x86/paravirt: Remove not needed includes of paravirt.h

From: Wei Liu

Date: Tue Jan 13 2026 - 01:55:35 EST


On Mon, Jan 05, 2026 at 12:05:00PM +0100, Juergen Gross wrote:
> In some places asm/paravirt.h is included without really being needed.
>
> Remove the related #include statements.
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
> Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
> ---
> V3:
> - reinstate the include in mmu_context.h (kernel test robot)
> V4:
> - reinstate the include in arch/x86/kernel/x86_init.c (Boris Petkov)
> ---
> arch/x86/entry/entry_64.S | 1 -
> arch/x86/entry/vsyscall/vsyscall_64.c | 1 -
> arch/x86/hyperv/hv_spinlock.c | 1 -

Acked-by: Wei Liu (Microsoft) <wei.liu@xxxxxxxxxx>