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 <rgb(a)redhat.com>
Signed-off-by: AKASHI Takahiro <takahiro.akashi(a)linaro.org>
Acked-by: Will Deacon <will.deacon(a)arm.com>
Will