Re: [Y2038] [PATCH v2 06/17] y2038: Change sys_utimensat() to use __kernel_timespec

2018-07-17 Thread Arnd Bergmann
On Tue, Jul 17, 2018 at 2:52 PM, Christoph Hellwig wrote: > On Mon, Jul 16, 2018 at 06:10:52PM +0200, Arnd Bergmann wrote: >> When 32-bit architectures get changed to support 64-bit time_t, >> utimensat() needs to use the new __kernel_timespec structure as its >> argument. >> >> The older

Re: [Y2038] [PATCH v2 06/17] y2038: Change sys_utimensat() to use __kernel_timespec

2018-07-17 Thread Christoph Hellwig
On Mon, Jul 16, 2018 at 06:10:52PM +0200, Arnd Bergmann wrote: > When 32-bit architectures get changed to support 64-bit time_t, > utimensat() needs to use the new __kernel_timespec structure as its > argument. > > The older utime(), utimes() and futimesat() system calls don't need a >

[Y2038] [PATCH v2 06/17] y2038: Change sys_utimensat() to use __kernel_timespec

2018-07-16 Thread Arnd Bergmann
When 32-bit architectures get changed to support 64-bit time_t, utimensat() needs to use the new __kernel_timespec structure as its argument. The older utime(), utimes() and futimesat() system calls don't need a corresponding change as they are no longer used on C libraries that have 64-bit time