Re: [PATCH v7 5/6] arm64: add SIGSYS siginfo for compat task

2014-10-08 Thread AKASHI Takahiro
On 10/08/2014 11:30 PM, Will Deacon wrote: On Thu, Oct 02, 2014 at 10:46:15AM +0100, AKASHI Takahiro wrote: SIGSYS is primarily used in secure computing to notify tracer. This patch allows signal handler on compat task to get correct information with SA_SIGINFO specified when this signal is deli

Re: [PATCH v7 5/6] arm64: add SIGSYS siginfo for compat task

2014-10-08 Thread Will Deacon
On Thu, Oct 02, 2014 at 10:46:15AM +0100, AKASHI Takahiro wrote: > SIGSYS is primarily used in secure computing to notify tracer. > 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 > Si

[PATCH v7 5/6] arm64: add SIGSYS siginfo for compat task

2014-10-02 Thread AKASHI Takahiro
SIGSYS is primarily used in secure computing to notify tracer. 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 Signed-off-by: AKASHI Takahiro --- arch/arm64/include/asm/compat.h |7 +++