arm64: add SIGSYS siginfo for compat task
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Thu, 4 Sep 2014 14:48:01 +0000 (15:48 +0100)
committerJP Abgrall <jpa@google.com>
Tue, 7 Oct 2014 22:31:24 +0000 (15:31 -0700)
commit77227239d20ac6381fb1aee7b7cc902f0d14cd85
tree016b8d56add6ccd9b8ef47b50dea96baabcd6426
parent4f12b53f28a751406a27ef7501a22f9e32a9c30b
arm64: add SIGSYS siginfo for compat task

Note: This patch is from v6 of Takahiro's proposed
"arm64: add seccomp support" patchset (leecam@google.com)

SIGSYS is primarily used in secure computing to notify tracer.
This patch allows signal handler on compat task to get correct information
with SA_SYSINFO specified when this signal is delivered.

Signed-off-by: AKASHI Takahiro <takahiro.akashi <at> linaro.org>
arch/arm64/include/asm/compat.h
arch/arm64/kernel/signal32.c