OSDN Git Service

socket: Use old_timeval types for socket timestamps
authorDeepa Dinamani <deepa.kernel@gmail.com>
Sat, 2 Feb 2019 15:34:48 +0000 (07:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Feb 2019 19:17:30 +0000 (11:17 -0800)
commit13c6ee2a921683bae4bb4ba57b1f5b82f49e6b8a
tree6603af04975126384041dacb4d094d58e6de7b6b
parentbcb3fc3247e5a7ceb467ca0cfdaa4c1b830dd8f9
socket: Use old_timeval types for socket timestamps

As part of y2038 solution, all internal uses of
struct timeval are replaced by struct __kernel_old_timeval
and struct compat_timeval by struct old_timeval32.
Make socket timestamps use these new types.

This is mainly to be able to verify that the kernel build
is y2038 safe when such non y2038 safe types are not
supported anymore.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Cc: isdn@linux-pingi.de
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/mISDN/socket.c
include/linux/skbuff.h
net/bluetooth/hci_sock.c
net/compat.c
net/ipv4/tcp.c
net/rds/recv.c
net/socket.c