Re: [PATCH v2 4/6] arm64: audit: Add 32-bit (compat) syscall support

2014-01-19 Thread AKASHI Takahiro
On 01/18/2014 01:46 AM, Will Deacon wrote: Hi Akashi, On Fri, Jan 17, 2014 at 08:13:17AM +, AKASHI Takahiro wrote: Generic audit code also support compat system calls now. This patch adds a small piece of architecture dependent code. [...] static inline int syscall_get_nr(struct task_

Re: [PATCH v2 4/6] arm64: audit: Add 32-bit (compat) syscall support

2014-01-17 Thread Will Deacon
Hi Akashi, On Fri, Jan 17, 2014 at 08:13:17AM +, AKASHI Takahiro wrote: > Generic audit code also support compat system calls now. > This patch adds a small piece of architecture dependent code. [...] > static inline int syscall_get_nr(struct task_struct *task, > @@ -109,6 +110,15 @@ static

[PATCH v2 4/6] arm64: audit: Add 32-bit (compat) syscall support

2014-01-17 Thread AKASHI Takahiro
Generic audit code also support compat system calls now. This patch adds a small piece of architecture dependent code. Signed-off-by: AKASHI Takahiro --- arch/arm64/include/asm/audit.h | 20 arch/arm64/include/asm/syscall.h | 10 ++ 2 files changed, 30 insertio