Re: [PATCH v5 2/4] arm64: split syscall_trace() into separate functions for enter/exit

2014-04-28 Thread AKASHI Takahiro
On 04/16/2014 10:27 PM, Will Deacon wrote: Hi Akashi, On Sat, Mar 15, 2014 at 05:39:06AM +, AKASHI Takahiro wrote: As done in arm, this change makes it easy to confirm we invoke syscall related hooks, including syscall tracepoint, audit and seccomp which would be implemented later, in

Re: [PATCH v5 2/4] arm64: split syscall_trace() into separate functions for enter/exit

2014-04-28 Thread AKASHI Takahiro
On 04/16/2014 10:27 PM, Will Deacon wrote: Hi Akashi, On Sat, Mar 15, 2014 at 05:39:06AM +, AKASHI Takahiro wrote: As done in arm, this change makes it easy to confirm we invoke syscall related hooks, including syscall tracepoint, audit and seccomp which would be implemented later, in

Re: [PATCH v5 2/4] arm64: split syscall_trace() into separate functions for enter/exit

2014-04-16 Thread Will Deacon
Hi Akashi, On Sat, Mar 15, 2014 at 05:39:06AM +, AKASHI Takahiro wrote: > As done in arm, this change makes it easy to confirm we invoke syscall > related hooks, including syscall tracepoint, audit and seccomp which would > be implemented later, in correct order. That is, undoing operations

Re: [PATCH v5 2/4] arm64: split syscall_trace() into separate functions for enter/exit

2014-04-16 Thread Will Deacon
Hi Akashi, On Sat, Mar 15, 2014 at 05:39:06AM +, AKASHI Takahiro wrote: As done in arm, this change makes it easy to confirm we invoke syscall related hooks, including syscall tracepoint, audit and seccomp which would be implemented later, in correct order. That is, undoing operations in

Re: [PATCH v5 2/4] arm64: split syscall_trace() into separate functions for enter/exit

2014-03-16 Thread Richard Guy Briggs
On 14/03/15, AKASHI Takahiro wrote: > As done in arm, this change makes it easy to confirm we invoke syscall > related hooks, including syscall tracepoint, audit and seccomp which would > be implemented later, in correct order. That is, undoing operations in the > opposite order on exit that they

Re: [PATCH v5 2/4] arm64: split syscall_trace() into separate functions for enter/exit

2014-03-16 Thread Richard Guy Briggs
On 14/03/15, AKASHI Takahiro wrote: As done in arm, this change makes it easy to confirm we invoke syscall related hooks, including syscall tracepoint, audit and seccomp which would be implemented later, in correct order. That is, undoing operations in the opposite order on exit that they were

[PATCH v5 2/4] arm64: split syscall_trace() into separate functions for enter/exit

2014-03-14 Thread AKASHI Takahiro
As done in arm, this change makes it easy to confirm we invoke syscall related hooks, including syscall tracepoint, audit and seccomp which would be implemented later, in correct order. That is, undoing operations in the opposite order on exit that they were done on entry. Signed-off-by: AKASHI

[PATCH v5 2/4] arm64: split syscall_trace() into separate functions for enter/exit

2014-03-14 Thread AKASHI Takahiro
As done in arm, this change makes it easy to confirm we invoke syscall related hooks, including syscall tracepoint, audit and seccomp which would be implemented later, in correct order. That is, undoing operations in the opposite order on exit that they were done on entry. Signed-off-by: AKASHI