On Fri, Jul 06, 2018 at 10:42:46PM -0700, Deepa Dinamani wrote:
struct timex is not y2038 safe. Replace all uses of timex with y2038 safe __kernel_timex.
Note that struct __kernel_timex is an ABI interface definition.
If it actually is an ABI interface it should probably have a different name.