Re: [tip: x86/entry] x86/entry: Consolidate 32/64 bit syscall entry

From: Thomas Gleixner
Date: Mon Jul 27 2020 - 09:38:31 EST


Brian Gerst <brgerst@xxxxxxxxx> writes:
> On Fri, Jul 24, 2020 at 4:14 PM tip-bot2 for Thomas Gleixner
>>
>> -static bool __do_fast_syscall_32(struct pt_regs *regs)
>> +static noinstr bool __do_fast_syscall_32(struct pt_regs *regs)
>
> Can __do_fast_syscall_32() be merged back into do_fast_syscall_32()
> now that both are marked noinstr?

It could.