On Wed, Jul 08 2026 at 10:51, Shrikanth Hegde wrote: > On 7/8/26 12:37 AM, Thomas Gleixner wrote: >> - r0 = syscall_enter_from_user_mode_randomize_stack(regs, r0); >> + if (unlikely(!syscall_enter_from_user_mode_randomize_stack(regs, &r0)) >> + return syscall_get_error(current, regs); >> > > There is one missing )
Bah.
