Re: [PATCH v2 4/4] x86/paravirt: remove no longer needed paravirt patching code

From: Peter Zijlstra
Date: Mon Oct 16 2023 - 10:30:45 EST


On Mon, Oct 16, 2023 at 02:39:33PM +0200, Juergen Gross wrote:
> Now that paravirt is using the alternatives patching infrastructure,
> remove the paravirt patching code.
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
> ---
> arch/x86/include/asm/paravirt.h | 18 --------
> arch/x86/include/asm/paravirt_types.h | 40 ----------------
> arch/x86/include/asm/text-patching.h | 12 -----
> arch/x86/kernel/alternative.c | 66 +--------------------------
> arch/x86/kernel/paravirt.c | 30 ------------
> arch/x86/kernel/vmlinux.lds.S | 13 ------
> arch/x86/tools/relocs.c | 2 +-
> 7 files changed, 3 insertions(+), 178 deletions(-)

More - more better! :-)

Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>