]> git.ipfire.org Git - people/ms/linux.git/commit - fs/open.c
make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 21 Jan 2013 20:25:54 +0000 (15:25 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Mar 2013 03:58:33 +0000 (22:58 -0500)
commit2cf0966683430b6468f36ca20515a33ca7f2403c
tree902080486ebd7988d1250914c3809c4de472a22b
parent22d1a35da0e247a006c286842a1846acb4ffed4f
make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect

... and switch i386 to HAVE_SYSCALL_WRAPPERS, killing open-coded
uses of asmlinkage_protect() in a bunch of syscalls.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/x86/include/asm/syscalls.h
arch/x86/kernel/tls.c
arch/x86/um/tls_32.c
fs/aio.c
fs/open.c
include/linux/syscalls.h
kernel/exit.c
kernel/fork.c
kernel/uid16.c