Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull ipc compat cleanup and 64-bit time_t from Al Viro: "IPC copyin/copyout sanitizing, including 64bit time_t work from Deepa Dinamani" * 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: utimes: Make utimes y2038 safe ipc: shm: Make shmid_kernel timestamps y2038 safe ipc: sem: Make sem_array timestamps y2038 safe ipc: msg: Make msg_queue timestamps y2038 safe ipc: mqueue: Replace timespec with timespec64 ipc: Make sys_semtimedop() y2038 safe get rid of SYSVIPC_COMPAT on ia64 semtimedop(): move compat to native shmat(2): move compat to native msgrcv(2), msgsnd(2): move compat to native ipc(2): move compat to native ipc: make use of compat ipc_perm helpers semctl(): move compat to native semctl(): separate all layout-dependent copyin/copyout msgctl(): move compat to native msgctl(): split the actual work from copyin/copyout ipc: move compat shmctl to native shmctl: split the work from copyin/copyout
Showing
- arch/ia64/Kconfig.debug 0 additions, 5 deletionsarch/ia64/Kconfig.debug
- fs/utimes.c 12 additions, 11 deletionsfs/utimes.c
- include/linux/audit.h 3 additions, 3 deletionsinclude/linux/audit.h
- include/linux/compat.h 0 additions, 9 deletionsinclude/linux/compat.h
- include/linux/msg.h 4 additions, 11 deletionsinclude/linux/msg.h
- include/linux/sem.h 2 additions, 1 deletioninclude/linux/sem.h
- include/linux/shm.h 3 additions, 3 deletionsinclude/linux/shm.h
- include/linux/time.h 1 addition, 1 deletioninclude/linux/time.h
- init/initramfs.c 1 addition, 1 deletioninit/initramfs.c
- ipc/compat.c 32 additions, 708 deletionsipc/compat.c
- ipc/mqueue.c 14 additions, 14 deletionsipc/mqueue.c
- ipc/msg.c 255 additions, 111 deletionsipc/msg.c
- ipc/sem.c 228 additions, 116 deletionsipc/sem.c
- ipc/shm.c 363 additions, 170 deletionsipc/shm.c
- ipc/syscall.c 89 additions, 1 deletionipc/syscall.c
- ipc/util.h 30 additions, 0 deletionsipc/util.h
- kernel/audit.h 1 addition, 1 deletionkernel/audit.h
- kernel/auditsc.c 6 additions, 6 deletionskernel/auditsc.c
- kernel/compat.c 0 additions, 23 deletionskernel/compat.c
Loading
Please register or sign in to comment