On Fri, Nov 9, 2018 at 1:38 PM Vincenzo Frascino <vincenzo.frascino@xxxxxxx> wrote: > + > +static __always_inline notrace int gettimeofday_fallback(struct timeval *_tv, > + struct timezone *_tz) > +{ > > + > +static __always_inline notrace long clock_gettime_fallback(clockid_t _clkid, > + struct timespec *_ts) Same as for the arm64 compat version, these could use old_timeval32 and old_timespec32 right away. Arnd