diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2012-01-18 01:51:22 +0000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-17 18:10:11 -0800 |
commit | 6015ff103133c7e50a753c198c69bcabc3a5e3b0 (patch) | |
tree | 65ed5e0ca7bc839be8a56285e9b94cdc829cbcd9 /tools | |
parent | a25a2b84098eb5e001cb8086603d692aa95bf2ec (diff) | |
download | linux-3.10-6015ff103133c7e50a753c198c69bcabc3a5e3b0.tar.gz linux-3.10-6015ff103133c7e50a753c198c69bcabc3a5e3b0.tar.bz2 linux-3.10-6015ff103133c7e50a753c198c69bcabc3a5e3b0.zip |
x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=n
JONGMAN HEO reports:
With current linus git (commit a25a2b84), I got following build error,
arch/x86/kernel/vm86_32.c: In function 'do_sys_vm86':
arch/x86/kernel/vm86_32.c:340: error: implicit declaration of function '__audit_syscall_exit'
make[3]: *** [arch/x86/kernel/vm86_32.o] Error 1
OK, I can reproduce it (32bit allmodconfig with AUDIT=y, AUDITSYSCALL=n)
It's due to commit d7e7528bcd45: "Audit: push audit success and retcode
into arch ptrace.h".
Reported-by: JONGMAN HEO <jongman.heo@samsung.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions