itimers: Handle relative timers with CONFIG_TIME_LOW_RES proper
commit51cbb5242a41700a3f250ecfb48dcfb7e4375ea4
authorThomas Gleixner <tglx@linutronix.de>
Thu, 14 Jan 2016 16:54:48 +0000 (14 16:54 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 17 Jan 2016 10:13:55 +0000 (17 11:13 +0100)
tree875c66c7c641b79cde231946068dd342d481d7ce
parent572c39172684c3711e4a03c9a7380067e2b0661c
itimers: Handle relative timers with CONFIG_TIME_LOW_RES proper

As Helge reported for timerfd we have the same issue in itimers. We return
remaining time larger than the programmed relative time to user space in case
of CONFIG_TIME_LOW_RES=y. Use the proper function to adjust the extra time
added in hrtimer_start_range_ns().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Helge Deller <deller@gmx.de>
Cc: John Stultz <john.stultz@linaro.org>
Cc: linux-m68k@lists.linux-m68k.org
Cc: dhowells@redhat.com
Cc: stable@vger.kernel.org
Link: http://lkml.kernel.org/r/20160114164159.528222587@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/itimer.c