Re: [PATCH v11 01/14] entry: Remove unused syscall in syscall_trace_enter()
From: Thomas Gleixner
Date: Fri Jan 30 2026 - 05:11:49 EST
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