Re: [PATCH 00/23] y2038 cleanups

2019-11-13 Thread Arnd Bergmann
On Fri, Nov 8, 2019 at 10:04 PM Arnd Bergmann wrote: > > This is a series of cleanups for the y2038 work, mostly intended > for namespace cleaning: the kernel defines the traditional > time_t, timeval and timespec types that often lead to y2038-unsafe > code. Even though the unsafe usage is mostly

[PATCH 00/23] y2038 cleanups

2019-11-08 Thread Arnd Bergmann
This is a series of cleanups for the y2038 work, mostly intended for namespace cleaning: the kernel defines the traditional time_t, timeval and timespec types that often lead to y2038-unsafe code. Even though the unsafe usage is mostly gone from the kernel, having the types and associated functions