On Mon, May 7, 2018 at 5:28 AM, Baolin Wang <[email protected]> wrote: > Since struct timespec is not y2038 safe on 32bit machines, this patch > converts read_persistent_clock() to read_persistent_clock64() using > struct timespec64, as well as converting mktime() to mktime64(). > > Signed-off-by: Baolin Wang <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>

