]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
posix-timers: Unify overrun/requeue_pending handling
authorThomas Gleixner <tglx@linutronix.de>
Tue, 30 May 2017 21:15:42 +0000 (23:15 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 4 Jun 2017 13:40:24 +0000 (15:40 +0200)
commitaf888d677a3f4473c198b4720319dd037f398b51
tree4b9dafa3a2c39f3fd6809cd53bc434357fc601a2
parentbab0aae9dcba9466dcc968b8bd21914f8f691631
posix-timers: Unify overrun/requeue_pending handling

hrtimer based posix-timers and posix-cpu-timers handle the update of the
rearming and overflow related status fields differently.

Move that update to the common rearming code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <john.stultz@linaro.org>
Link: http://lkml.kernel.org/r/20170530211656.484936964@linutronix.de
kernel/time/posix-cpu-timers.c
kernel/time/posix-timers.c