[PATCH v11 13/14] entry: Inline syscall_exit_work() and syscall_trace_enter()
Thomas Gleixner
tglx at kernel.org
Fri Jan 30 02:14:27 PST 2026
On Wed, Jan 28 2026 at 11:19, Jinjie Ruan wrote:
> After switch arm64 to Generic Entry, a new hotspot syscall_exit_work()
> appeared because syscall_exit_work() is not inlined, so inline
> syscall_exit_work(). Also inline syscall_trace_enter() to align with
> syscall_exit_work().
Has the same collision problem. I can pick that up and massage it on top
of the pending time slice changes. Let me give it a test ride on x86...
More information about the linux-arm-kernel
mailing list