diff options
author | Andy Lutomirski <luto@amacapital.net> | 2014-09-05 15:13:52 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-21 09:22:52 -0800 |
commit | 89b27dc7ce6465ca4cec9603b7d5fcdc678f30f9 (patch) | |
tree | 95416ce96e35aa6714bdf9c3612e29f5ded665ff /kernel | |
parent | 96920746658f98dbdaccc90ab818443471accc89 (diff) | |
download | lwn-89b27dc7ce6465ca4cec9603b7d5fcdc678f30f9.tar.gz lwn-89b27dc7ce6465ca4cec9603b7d5fcdc678f30f9.zip |
x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit
commit 81f49a8fd7088cfcb588d182eeede862c0e3303e upstream.
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 <luto@amacapital.net>
Link: http://lkml.kernel.org/r/a0138ed8c709882aec06e4acc30bfa9b623b8717.1409954077.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions