Add user pointer annotations to socket, file IO and signal
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 12 May 2003 07:35:23 +0000 (00:35 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 12 May 2003 07:35:23 +0000 (00:35 -0700)
commitd92cfbf0a196a0c4400812d153f9678727565b85
treec72dbac45369fcbae2eef9adf168fd12be63fd09
parent20ca5ae1731f3ef64930624a10a0e673aa88d085
Add user pointer annotations to socket, file IO and signal
handling.

This pointed out a bug in x86 sys_rt_sigreturn(), btw.
18 files changed:
arch/i386/kernel/signal.c
include/asm-generic/rmap.h
include/linux/capability.h
include/linux/fs.h
include/linux/futex.h
include/linux/net.h
include/linux/pagemap.h
include/linux/ptrace.h
include/linux/sched.h
include/linux/signal.h
include/linux/socket.h
include/net/compat.h
kernel/fork.c
mm/bootmem.c
mm/filemap.c
mm/mincore.c
mm/shmem.c
net/socket.c