Re: [Y2038] [PATCH 16/23] y2038: timerfd: Use timespec64 internally

2019-11-13 Thread Thomas Gleixner
On Fri, 8 Nov 2019, Arnd Bergmann wrote: > timerfd_show() uses a 'struct itimerspec' internally, but that is > deprecated because of the time_t overflow and a conflict with the glibc > type of the same name that is now incompatible in user space. > > Use a pair of timespec64 variables instead as

[Y2038] [PATCH 16/23] y2038: timerfd: Use timespec64 internally

2019-11-08 Thread Arnd Bergmann
timerfd_show() uses a 'struct itimerspec' internally, but that is deprecated because of the time_t overflow and a conflict with the glibc type of the same name that is now incompatible in user space. Use a pair of timespec64 variables instead as a simple replacement. As this removes the last use