[patch 0/4] hrtimers: Handle remaining time correctly for CONFIG_TIME_LOW_RES=y

From: Thomas Gleixner
Date: Thu Jan 14 2016 - 11:56:04 EST


Helge reported, that timerfd returns occasionally remaining time larger than
the relative time which was used to arm the timer. This is caused by the extra
jiffy which we add in hrtimer_start_range_ns() if CONFIG_TIME_LOW_RES=y.

This is not only an issue for timerfd. We have the same problem in
posix-timers and itimers.

This series adds infrastructure to the core to handle that cases and converts
the users over to it.

Thanks,

tglx
---
fs/timerfd.c | 2 -
include/linux/hrtimer.h | 34 +++++++++++++++++++++++++--
kernel/time/hrtimer.c | 55 ++++++++++++++++++++++++++++++---------------
kernel/time/itimer.c | 2 -
kernel/time/posix-timers.c | 2 -
kernel/time/timer_list.c | 2 -
6 files changed, 72 insertions(+), 25 deletions(-)