commit | 77227239d20ac6381fb1aee7b7cc902f0d14cd85 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Thu Sep 04 15:48:01 2014 +0100 |
committer | JP Abgrall <jpa@google.com> | Tue Oct 07 15:31:24 2014 -0700 |
tree | 016b8d56add6ccd9b8ef47b50dea96baabcd6426 | |
parent | 4f12b53f28a751406a27ef7501a22f9e32a9c30b [diff] |
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>