Re: [PATCH v2 26/29] y2038: use time32 syscall names on 32-bit

2019-01-21 Thread Geert Uytterhoeven
On Fri, Jan 18, 2019 at 5:21 PM Arnd Bergmann wrote: > This is the big flip, where all 32-bit architectures set COMPAT_32BIT_TIME > abd use the _time32 system calls from the former compat layer instead > of the system calls that take __kernel_timespec and similar arguments. > > The temporary

Re: [PATCH v2 26/29] y2038: use time32 syscall names on 32-bit

2019-01-21 Thread Geert Uytterhoeven
Hi Arnd, On Fri, Jan 18, 2019 at 5:21 PM Arnd Bergmann wrote: > This is the big flip, where all 32-bit architectures set COMPAT_32BIT_TIME > abd use the _time32 system calls from the former compat layer instead and > of the system calls that take __kernel_timespec and similar arguments.

[PATCH v2 26/29] y2038: use time32 syscall names on 32-bit

2019-01-18 Thread Arnd Bergmann
This is the big flip, where all 32-bit architectures set COMPAT_32BIT_TIME abd use the _time32 system calls from the former compat layer instead of the system calls that take __kernel_timespec and similar arguments. The temporary redirects for __kernel_timespec, __kernel_itimerspec and