]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - ipc/sem.c
y2038: ipc: Use __kernel_timespec
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 Apr 2018 11:58:00 +0000 (13:58 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 20 Apr 2018 14:20:24 +0000 (16:20 +0200)
commit21fc538d817ce671f1a28a03996c715247c2ac89
tree265b0b588916266eb42e35435c8ea060089a7983
parentc2ab975c30f0c3d3efcd69c1f1b2baa831c9374f
y2038: ipc: Use __kernel_timespec

This is a preparatation for changing over __kernel_timespec to 64-bit
times, which involves assigning new system call numbers for mq_timedsend(),
mq_timedreceive() and semtimedop() for compatibility with future y2038
proof user space.

The existing ABIs will remain available through compat code.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/syscalls.h
ipc/mqueue.c
ipc/sem.c
ipc/util.h