On 10 November 2014 17:44, Alexander Graf <ag...@suse.de> wrote: > The timer_gettime and timer_settime syscalls get a timer_t parameter. Since > we now have an internal wrapper type for it, let's make use of it. > > We do not need to check for signed < 0 overflows, because we already mask out > the upper bits of the value, rendering the number always unsigned. > > Signed-off-by: Alexander Graf <ag...@suse.de>
Personally I think these three patches would actually be easier to review merged into a single patch at this point. -- PMM