Re: [PATCH RESEND 1/2] x86/paravirt: Remove trailing semicolons from alternative asm templates
From: Uros Bizjak
Date: Wed Jan 14 2026 - 16:28:43 EST
On Wed, Jan 14, 2026 at 9:29 PM Borislav Petkov <bp@xxxxxxxxx> wrote:
>
> On Mon, Jan 05, 2026 at 10:39:06AM +0100, Uros Bizjak wrote:
> > GCC inline asm treats semicolons as instruction separators, so a
> > semicolon after the last instruction is not required.
> >
> > Signed-off-by: Uros Bizjak <ubizjak@xxxxxxxxx>
> > Reviewed-by: Juergen Gross <jgross@xxxxxxxx>
> > Cc: Ajay Kaher <ajay.kaher@xxxxxxxxxxxx>
> > Cc: Alexey Makhalov <alexey.makhalov@xxxxxxxxxxxx>
> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> > Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> > Cc: Borislav Petkov <bp@xxxxxxxxx>
> > Cc: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>
> > Cc: "H. Peter Anvin" <hpa@xxxxxxxxx>
> > ---
> > arch/x86/include/asm/paravirt.h | 20 ++++++++++----------
> > arch/x86/include/asm/paravirt_types.h | 2 +-
> > 2 files changed, 11 insertions(+), 11 deletions(-)
>
> Those don't apply anymore. Please rebase them against latest tip/master
> branch.
The rebased series was sent and can be also found at [1].
[1] https://lore.kernel.org/lkml/20260114211948.74774-1-ubizjak@xxxxxxxxx/
Thanks,
Uros.