* [PATCH] powerpc/32: Select ARCH_SPLIT_ARG64
@ 2022-11-01 3:48 Michael Ellerman
2022-11-01 12:25 ` Michael Ellerman
0 siblings, 1 reply; 2+ messages in thread
From: Michael Ellerman @ 2022-11-01 3:48 UTC (permalink / raw)
To: linuxppc-dev; +Cc: rmclure, schwab, arnd, npiggin
On 32-bit kernels, 64-bit syscall arguments are split into two
registers. For that to work with syscall wrappers, the prototype of the
syscall must have the argument split so that the wrapper macro properly
unpacks the arguments from pt_regs.
The fanotify_mark() syscall is one such syscall, which already has a
split prototype, guarded behind ARCH_SPLIT_ARG64.
So select ARCH_SPLIT_ARG64 to get that prototype and fix fanotify_mark()
on 32-bit kernels with syscall wrappers.
Note also that fanotify_mark() is the only usage of ARCH_SPLIT_ARG64.
Fixes: 7e92e01b7245 ("powerpc: Provide syscall wrapper")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
arch/powerpc/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 20fb1765238c..2ca5418457ed 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -147,6 +147,7 @@ config PPC
select ARCH_MIGHT_HAVE_PC_SERIO
select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX
select ARCH_OPTIONAL_KERNEL_RWX_DEFAULT
+ select ARCH_SPLIT_ARG64 if PPC32
select ARCH_STACKWALK
select ARCH_SUPPORTS_ATOMIC_RMW
select ARCH_SUPPORTS_DEBUG_PAGEALLOC if PPC_BOOK3S || PPC_8xx || 40x
--
2.37.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] powerpc/32: Select ARCH_SPLIT_ARG64
2022-11-01 3:48 [PATCH] powerpc/32: Select ARCH_SPLIT_ARG64 Michael Ellerman
@ 2022-11-01 12:25 ` Michael Ellerman
0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2022-11-01 12:25 UTC (permalink / raw)
To: Michael Ellerman, linuxppc-dev; +Cc: rmclure, schwab, npiggin, arnd
On Tue, 1 Nov 2022 14:48:52 +1100, Michael Ellerman wrote:
> On 32-bit kernels, 64-bit syscall arguments are split into two
> registers. For that to work with syscall wrappers, the prototype of the
> syscall must have the argument split so that the wrapper macro properly
> unpacks the arguments from pt_regs.
>
> The fanotify_mark() syscall is one such syscall, which already has a
> split prototype, guarded behind ARCH_SPLIT_ARG64.
>
> [...]
Applied to powerpc/fixes.
[1/1] powerpc/32: Select ARCH_SPLIT_ARG64
https://git.kernel.org/powerpc/c/02a771c9a68a9f08cce4ec5e324fb1bc4dce7202
cheers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-01 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-01 3:48 [PATCH] powerpc/32: Select ARCH_SPLIT_ARG64 Michael Ellerman
2022-11-01 12:25 ` Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox