commit | cc5e9097c9aad6b186a568c534e26746d6bfa483 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Nov 28 05:26:38 2014 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Fri Nov 28 10:24:59 2014 +0000 |
tree | 2136fca62197665c6740bfac8f35a4d4841efb9c | |
parent | e185fab7e13087cbd1f7e281d2698f07dbcdd44e [diff] |
arm64: add SIGSYS siginfo for compat task SIGSYS is primarily used in secure computing to notify tracer of syscall events. This patch allows signal handler on compat task to get correct information with SA_SIGINFO specified when this signal is delivered. Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com>