Arnd Bergmann
fe0c72f3db
socket: move compat timeout handling into sock.c
...
This is a cleanup to prepare for the addition of 64-bit time_t
in O_SNDTIMEO/O_RCVTIMEO. The existing compat handler seems
unnecessarily complex and error-prone, moving it all into the
main setsockopt()/getsockopt() implementation requires half
as much code and is easier to extend.
32-bit user space can now use old_timeval32 on both 32-bit
and 64-bit machines, while 64-bit code can use
__old_kernel_timeval.
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com >
Acked-by: Willem de Bruijn <willemb@google.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2019-02-03 11:17:30 -08:00
..
2018-12-19 00:28:05 +01:00
2018-12-25 17:07:49 +09:00
2018-12-06 13:26:07 -08:00
2018-06-28 10:40:47 -07:00
2018-10-23 10:57:06 -07:00
2019-01-23 11:18:00 -08:00
2019-02-01 11:04:13 -08:00
2018-12-27 13:53:32 -08:00
2019-01-29 01:08:29 +01:00
2019-01-16 15:46:46 -08:00
2019-01-29 21:18:54 -08:00
2018-10-23 10:57:06 -07:00
2019-01-22 11:33:46 +01:00
2019-01-21 14:53:12 +01:00
2019-02-03 11:17:30 -08:00
2018-07-27 13:17:50 -07:00
2019-01-27 13:29:43 -08:00
2019-01-29 21:18:54 -08:00
2018-10-04 09:40:52 -07:00
2019-01-17 15:18:47 -08:00
2018-12-03 15:40:30 -08:00
2018-12-24 16:19:56 -08:00
2018-04-22 21:12:00 -04:00
2019-02-03 09:54:05 -08:00
2019-01-29 21:18:54 -08:00
2018-11-10 16:55:11 -08:00
2018-09-17 18:43:42 -07:00
2018-11-15 18:09:32 +01:00
2018-12-20 16:49:30 -08:00
2018-12-03 14:15:26 -08:00
2018-10-22 19:59:20 -07:00
2019-02-01 12:11:13 +01:00
2018-09-28 12:46:07 +08:00
2019-01-19 10:09:59 -08:00
2018-11-27 16:37:20 -08:00
2019-01-29 21:18:54 -08:00
2018-09-21 18:58:34 -07:00
2019-01-19 10:09:58 -08:00
2019-01-27 10:38:04 -08:00
2018-12-23 16:01:35 -08:00
2018-07-12 16:55:29 -07:00
2019-01-28 17:34:38 -08:00
2019-01-17 15:54:45 -08:00
2018-12-23 16:01:35 -08:00
2018-07-05 20:20:03 +09:00
2019-01-07 07:22:36 -08:00
2018-12-18 13:13:56 +01:00
2019-01-27 10:40:01 -08:00
2019-01-15 21:33:36 -08:00
2019-01-21 14:41:32 -08:00
2019-01-30 00:44:08 -08:00
2019-01-07 14:40:27 -05:00
2018-10-15 12:23:19 -07:00
2019-01-15 15:36:41 -05:00
2019-01-17 15:18:47 -08:00
2019-01-24 22:31:23 -08:00
2019-02-01 15:05:07 -08:00
2018-10-23 10:57:06 -07:00
2019-02-03 11:17:30 -08:00
2018-07-24 14:10:42 -07:00
2019-02-01 11:06:55 +01:00
2018-11-29 14:25:36 -08:00
2019-01-28 19:38:33 -08:00
2019-01-16 13:10:55 +01:00
2019-02-03 11:17:30 -08:00
2018-12-19 11:21:37 -08:00
2018-06-28 13:36:39 +09:00
2018-12-28 12:45:04 -08:00
2018-03-27 13:18:09 -04:00