Files
linux-st/include/linux
Arnd Bergmann 52879b464a sunrpc: convert to time64_t for expiry
Using signed 32-bit types for UTC time leads to the y2038 overflow,
which is what happens in the sunrpc code at the moment.

This changes the sunrpc code over to use time64_t where possible.
The one exception is the gss_import_v{1,2}_context() function for
kerberos5, which uses 32-bit timestamps in the protocol. Here,
we can at least treat the numbers as 'unsigned', which extends the
range from 2038 to 2106.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
2020-01-15 10:54:30 -05:00
..
2019-12-03 11:20:37 +01:00
2019-12-08 12:42:19 +01:00
2019-12-09 10:36:44 -08:00
2019-12-01 12:59:06 -08:00
2019-12-04 19:44:14 -08:00
2019-12-09 10:36:44 -08:00
2019-12-25 17:08:33 -07:00
2019-12-06 10:47:28 +01:00
2019-12-04 19:44:14 -08:00
2019-12-01 06:29:17 -08:00
2020-01-02 16:15:33 -08:00