Re: [PATCH v2 0/6] arm64: Add audit support

2014-01-17 Thread Richard Guy Briggs
On 14/01/17, AKASHI Takahiro wrote: > This patchset adds system call audit support on arm64. > Both 32-bit (AUIDT_ARCH_ARM[EB]) and 64-bit tasks (AUDIT_ARCH_AARCH64[EB]) > are supported, but presuming 32-LE on 64-LE or 32-BE on 64-BE. > > There are some prerequisites for this patch to work correct

[PATCH v2 0/6] arm64: Add audit support

2014-01-17 Thread AKASHI Takahiro
This patchset adds system call audit support on arm64. Both 32-bit (AUIDT_ARCH_ARM[EB]) and 64-bit tasks (AUDIT_ARCH_AARCH64[EB]) are supported, but presuming 32-LE on 64-LE or 32-BE on 64-BE. There are some prerequisites for this patch to work correctly: * "generic compat system call audit suppor