Re: [PATCH 12/23] y2038: syscalls: change remaining timeval to __kernel_old_timeval

From: Christian Brauner
Date: Mon Nov 11 2019 - 07:44:49 EST


On Fri, Nov 08, 2019 at 10:12:11PM +0100, Arnd Bergmann wrote:
> All of the remaining syscalls that pass a timeval (gettimeofday, utime,
> futimesat) can trivially be changed to pass a __kernel_old_timeval
> instead, which has a compatible layout, but avoids ambiguity with
> the timeval type in user space.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Seems reasonable.
Acked-by: Christian Brauner <christian.brauner@xxxxxxxxxx>