Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Jan 2019 19:55:06 +0000 (11:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Jan 2019 19:55:06 +0000 (11:55 -0800)
commitf907bb4c326d145c13504db184f38557d169f4bc
treebe183b89d62db1a100ecb9c72991588fd3ce2e30
parent9881051828375a872964f91bf985b8a35e4fbaef
parent93ad0fc088c5b4631f796c995bdd27a082ef33a6
Merge branch 'timers-urgent-for-linus' of git://git./linux/kernel/git/tip/tip

Pull timer fix from Thomas Glexiner:
 "A single regression fix to address the unintended breakage of posix
  cpu timers.

  This is caused by a new sanity check in the common code, which fails
  for posix cpu timers under certain conditions because the posix cpu
  timer code never updates the variable which is checked"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  posix-cpu-timers: Unbreak timer rearming