Re: [PATCH v3 1/2] MIPS: Convert read_persistent_clock() to read_persistent_clock64()

From: Arnd Bergmann
Date: Mon May 07 2018 - 17:19:02 EST


On Mon, May 7, 2018 at 5:28 AM, Baolin Wang <baolin.wang@xxxxxxxxxx> 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 <baolin.wang@xxxxxxxxxx>

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>