Skip to content
Commit f18aef74 authored by Timothy E Baldwin's avatar Timothy E Baldwin Committed by Russell King
Browse files

ARM: 8802/1: Call syscall_trace_exit even when system call skipped



On at least x86 and ARM64, and as documented in the ptrace man page
a skipped system call will still cause a syscall exit ptrace stop.

Previous to this commit 32-bit ARM did not, resulting in strace
being confused when seccomp skips system calls.

This change also impacts programs that use ptrace to skip system calls.

Fixes: ad75b514 ("ARM: 7579/1: arch/allow a scno of -1 to not cause a SIGILL")
Signed-off-by: default avatarTimothy E Baldwin <T.E.Baldwin99@members.leeds.ac.uk>
Signed-off-by: default avatarEugene Syromyatnikov <evgsyr@gmail.com>
Reviewed-by: default avatarKees Cook <keescook@chromium.org>
Tested-by: default avatarKees Cook <keescook@chromium.org>
Tested-by: default avatarEugene Syromyatnikov <evgsyr@gmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent 8403bcb7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment