[PATCH v3 1/2] arm64: make a single hook to syscall_trace() for all syscall features
From: Will Deacon <hidden>
Date: 2014-02-28 15:58:03
Also in:
lkml
From: Will Deacon <hidden>
Date: 2014-02-28 15:58:03
Also in:
lkml
On Fri, Feb 28, 2014 at 05:14:24AM +0000, AKASHI Takahiro wrote:
Currently syscall_trace() is called only for ptrace. With additional TIF_xx flags defined, it is now called in all the cases of audit, ftrace and seccomp in addition to ptrace. Acked-by: Richard Guy Briggs <redacted> Signed-off-by: AKASHI Takahiro <redacted>
Acked-by: Will Deacon [off-list ref] Will