From: Andy Lutomirski Date: Fri, 5 Sep 2014 22:13:52 +0000 (-0700) Subject: x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit X-Git-Tag: fixes-against-v3.18-rc2~86^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81f49a8fd7088cfcb588d182eeede862c0e3303e;p=pandora-kernel.git x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit is_compat_task() is the wrong check for audit arch; the check should be is_ia32_task(): x32 syscalls should be AUDIT_ARCH_X86_64, not AUDIT_ARCH_I386. CONFIG_AUDITSYSCALL is currently incompatible with x32, so this has no visible effect. Signed-off-by: Andy Lutomirski Link: http://lkml.kernel.org/r/a0138ed8c709882aec06e4acc30bfa9b623b8717.1409954077.git.luto@amacapital.net Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed