On Tue, 20 Aug 2019, kbuild test robot wrote: > > All errors (new ones prefixed by >>): > > In file included from <command-line>:0:0:
Huch? What kind of weird include chain is that?
> >> include/linux/sched/types.h:16:2: error: unknown type name 'u64'
> u64 utime;
> ^~~
> include/linux/sched/types.h:17:2: error: unknown type name 'u64'
> u64 stime;
> ^~~
All (header) files which include that new header have u64 defined.
Thanks,
tglx

