Re: [PATCH 03/23] y2038: vdso: change timeval to __kernel_old_timeval

2019-11-13 Thread Thomas Gleixner
On Fri, 8 Nov 2019, Arnd Bergmann wrote: > The gettimeofday() function in vdso uses the traditional 'timeval' > structure layout, which will be incompatible with future versions of > glibc on 32-bit architectures that use a 64-bit time_t. > > This interface is problematic for y2038, when time_t o

[PATCH 03/23] y2038: vdso: change timeval to __kernel_old_timeval

2019-11-08 Thread Arnd Bergmann
The gettimeofday() function in vdso uses the traditional 'timeval' structure layout, which will be incompatible with future versions of glibc on 32-bit architectures that use a 64-bit time_t. This interface is problematic for y2038, when time_t overflows on 32-bit architectures, but the plan so fa