[PATCH 0/3] Fix y2038 issues for security/keys subsystem
From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-08-09 08:44:18
Also in:
keyrings, lkml, netdev
From: arnd@arndb.de (Arnd Bergmann)
Date: 2017-08-09 08:44:18
Also in:
keyrings, lkml, netdev
On Wed, Aug 9, 2017 at 4:51 AM, Baolin Wang [off-list ref] wrote:
Since 'time_t', 'timeval' and 'timespec' types are not year 2038 safe on
32 bits system, this patchset tries to fix this issues for security/keys
subsystem and net/rxrpc subsystem which is connected with security/keys
subsystem.
Baolin Wang (3):
security: keys: Replace time_t/timespec with time64_t
security: keys: Replace time_t with time64_t for struct
key_preparsed_payload
net: rxrpc: Replace time_t type with time64_t typeHi David, I did a private review before Baolin posted these patches, this version look correct to me, though I would like to see some clarification from you for the rxrpc portion, I'll reply there separately. All three patches Reviewed-by: Arnd Bergmann <arnd@arndb.de> -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html