[PATCH v11 01/14] entry: Remove unused syscall in syscall_trace_enter()
Thomas Gleixner
tglx at kernel.org
Fri Jan 30 02:11:37 PST 2026
On Wed, Jan 28 2026 at 11:19, Jinjie Ruan wrote:
> The 'syscall' argument in syscall_trace_enter() is immediately overwritten
> before any real use and serves only as a local variable, so drop
> the parameter.
This collides with the already queued time slice extension changes,
which rely on syscall to be handed in:
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=sched/core&id=dd0a04606937af5810e9117d343ee3792635bd3d
Please drop this for now.
Thanks,
tglx
More information about the linux-arm-kernel
mailing list