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@arndb.de
Seems reasonable. Acked-by: Christian Brauner christian.brauner@ubuntu.com