From: AKASHI Takahiro Date: Sat, 15 Mar 2014 05:48:00 +0000 (+0900) Subject: audit: Add generic compat syscall support X-Git-Tag: v3.15-rc1~18^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b58841149dcaa500ceba1d5378ae70622fe4899;p=pandora-kernel.git audit: Add generic compat syscall support lib/audit.c provides a generic function for auditing system calls. This patch extends it for compat syscall support on bi-architectures (32/64-bit) by adding lib/compat_audit.c. What is required to support this feature are: * add asm/unistd32.h for compat system call names * select CONFIG_AUDIT_ARCH_COMPAT_GENERIC Signed-off-by: AKASHI Takahiro Acked-by: Richard Guy Briggs Signed-off-by: Eric Paris --- Reading git-diff-tree failed