git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff27f38
)
x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit
author
Andy Lutomirski
<luto@amacapital.net>
Fri, 5 Sep 2014 22:13:52 +0000
(15:13 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Mon, 8 Sep 2014 21:13:55 +0000
(14:13 -0700)
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>
arch/x86/kernel/ptrace.c
patch
|
blob
|
history
diff --cc
arch/x86/kernel/ptrace.c
Simple merge