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

2022-09-15 Thread Rohan McLure
> On 16 Sep 2022, at 3:32 pm, Rohan McLure wrote: > > V4 available here: > > Link: > https://lore.kernel.org/all/20220824020548.62625-1-rmcl...@linux.ibm.com/ > > Implement a syscall wrapper, causing arguments to handlers to be passed > via a struct pt_regs on the stack. The syscall wrapper

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

2022-09-15 Thread Rohan McLure
V4 available here: Link: https://lore.kernel.org/all/20220824020548.62625-1-rmcl...@linux.ibm.com/ 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, from