[CVE-2009-0029] Convert all system calls to return a long
Convert all system calls to return a long. This should be a NOP since all
converted types should have the same size anyway.
With the exception of sys_exit_group which returned void. But that doesn't
matter since the system call doesn't return.
Signed-off-by:
Heiko Carstens <heiko.carstens@de.ibm.com>
Showing
- fs/read_write.c 9 additions, 9 deletionsfs/read_write.c
- fs/xattr.c 6 additions, 6 deletionsfs/xattr.c
- include/linux/syscalls.h 39 additions, 40 deletionsinclude/linux/syscalls.h
- ipc/mqueue.c 1 addition, 1 deletionipc/mqueue.c
- kernel/exit.c 3 additions, 1 deletionkernel/exit.c
- kernel/signal.c 1 addition, 1 deletionkernel/signal.c
- kernel/timer.c 1 addition, 1 deletionkernel/timer.c
- mm/filemap.c 1 addition, 1 deletionmm/filemap.c
- mm/mmap.c 1 addition, 1 deletionmm/mmap.c
- mm/mremap.c 1 addition, 1 deletionmm/mremap.c
- mm/nommu.c 1 addition, 1 deletionmm/nommu.c
Loading
Please register or sign in to comment