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

2020-07-27 Thread Thomas Gleixner
Brian Gerst 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 bot

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

2020-07-26 Thread Brian Gerst
On Fri, Jul 24, 2020 at 4:14 PM tip-bot2 for Thomas Gleixner wrote: > > The following commit has been merged into the x86/entry branch of tip: > > Commit-ID: 0b085e68f4072024ecaa3889aeeaab5f6c8eba5c > Gitweb: > https://git.kernel.org/tip/0b085e68f4072024ecaa3889aeeaab5f6c8eba5c > Autho

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

2020-07-24 Thread tip-bot2 for Thomas Gleixner
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 0b085e68f4072024ecaa3889aeeaab5f6c8eba5c Gitweb: https://git.kernel.org/tip/0b085e68f4072024ecaa3889aeeaab5f6c8eba5c Author:Thomas Gleixner AuthorDate:Thu, 23 Jul 2020 00:00:01 +02:00 Committ