Re: [PATCH v6 00/25] powerpc: Syscall wrapper and register clearing

2022-10-04 Thread Michael Ellerman
On Wed, 21 Sep 2022 16:55:40 +1000, Rohan McLure wrote: > V5 available here: > > Link: > https://lore.kernel.org/all/20220916053300.786330-2-rmcl...@linux.ibm.com/T/ > > Implement a syscall wrapper, causing arguments to handlers to be passed > via a struct pt_regs on the stack. The syscall wrapp

[PATCH v6 00/25] powerpc: Syscall wrapper and register clearing

2022-09-20 Thread Rohan McLure
V5 available here: Link: https://lore.kernel.org/all/20220916053300.786330-2-rmcl...@linux.ibm.com/T/ Implement a syscall wrapper, causing arguments to handlers to be passed via a struct pt_regs on the stack. The syscall wrapper is implemented for all platforms other than the Cell processor, fro