Re: [RESEND] spufs: use timespec64 for timestamps
From: Michael Ellerman <hidden>
Date: 2018-01-22 03:34:36
Also in:
lkml
From: Michael Ellerman <hidden>
Date: 2018-01-22 03:34:36
Also in:
lkml
On Tue, 2018-01-16 at 17:00:35 UTC, Arnd Bergmann wrote:
The switch log prints the tv_sec portion of timespec as a 32-bit number, while overflows in 2106. It also uses the timespec type, which is safe on 64-bit architectures, but deprecated because it causes overflows in 2038 elsewhere. This changes it to timespec64 and printing a 64-bit number for consistency. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Jeremy Kerr <jk@ozlabs.org>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/cef37ac119b1abffcb41a9a7067929 cheers