]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference between...
authorNicholas Piggin <npiggin@gmail.com>
Thu, 20 May 2021 11:19:30 +0000 (21:19 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 20 May 2021 14:58:03 +0000 (00:58 +1000)
commit4c0c44d9b8802dc44566415464ddcd98dc5d2870
treea2be9f6c1edc3cbda85fcdd9d171591a6fb593d6
parente12bc76c40704e6924c4d2554cf72f617c2a10ec
powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference between sc and scv syscalls

The sc and scv 0 system calls have different ABI conventions, and
ptracers need to know which system call type is being used if they want
to look at the syscall registers.

Document that pt_regs.trap can be used for this, and fix one in-tree user
to work with scv 0 syscalls.

Fixes: e3292c1450ef ("powerpc/64s: system call support for scv/rfscv instructions")
Cc: stable@vger.kernel.org # v5.9+
Reported-by: "Dmitry V. Levin" <ldv@altlinux.org>
Suggested-by: "Dmitry V. Levin" <ldv@altlinux.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210520111931.2597127-1-npiggin@gmail.com
Documentation/powerpc/syscall64-abi.rst
tools/testing/selftests/seccomp/seccomp_bpf.c