On Tue, 18 Oct 2022, at 13:27, Jiri Olsa wrote: > From: Jiri Olsa <olsajiri@xxxxxxxxx> > > With just the forward declaration of the 'struct pt_regs' in > syscall_wrapper.h, the syscall stub functions: > > __[x64|ia32]_sys_*(struct pt_regs *regs) I think arm64 has a similar problem: https://elixir.bootlin.com/linux/v6.1-rc2/source/arch/arm64/include/asm/syscall_wrapper.h#L11 Best Lorenz