On Fri, Jan 19, 2018 at 04:15:46PM -0500, Willem de Bruijn wrote: > > + if (cmsg->cmsg_len != CMSG_LEN(sizeof(ktime_t))) > > + return -EINVAL; > > I don't see any existing reference to ktime_t in include/uapi. Just use a s64?
Agreed. I didn't see the point of switching to ktime, either. Thanks, Richard