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.