Re: [PATCH 08/15] powerpc: restore some missing spu syscalls

2024-06-23 Thread Michael Ellerman
Arnd Bergmann writes: > From: Arnd Bergmann > > A couple of system calls were inadventently removed from the table during > a bugfix for 32-bit powerpc entry. Restore the original behavior. > > Fixes: e23750623835 ("powerpc/32: fix syscall wrappers with 64-bit arguments > of unaligned register-p

[PATCH 08/15] powerpc: restore some missing spu syscalls

2024-06-20 Thread Arnd Bergmann
From: Arnd Bergmann A couple of system calls were inadventently removed from the table during a bugfix for 32-bit powerpc entry. Restore the original behavior. Fixes: e23750623835 ("powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-pairs") Signed-off-by: Arnd Bergmann