Re: [PATCH] powerpc/32: fix syscall wrappers with 64-bit arguments
From: Michael Ellerman <hidden>
Date: 2022-11-01 12:28:29
From: Michael Ellerman <hidden>
Date: 2022-11-01 12:28:29
On Mon, 31 Oct 2022 15:47:35 +0100, Andreas Schwab wrote:
With the introducion of syscall wrappers all wrappers for syscalls with 64-bit arguments must be handled specially, not only those that have unaligned 64-bit arguments. This left out the fallocate and sync_file_range2 syscalls.
Applied to powerpc/fixes.
[1/1] powerpc/32: fix syscall wrappers with 64-bit arguments
https://git.kernel.org/powerpc/c/ce883a2ba310cd7c291bb66ce5d207965fca6003
cheers