]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Feb 2017 01:30:36 +0000 (17:30 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Feb 2017 01:30:36 +0000 (17:30 -0800)
commitae7fd560f8066470817b04e914a7b981fccbf351
treec828be96af44cae008f13a4e0d3711643fd20352
parent84548184bc9d708adec6c841703340fff3328f38
parent9ede10225e23e290ec0086deb5efc21bd77ecdf7
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fixes from Thomas Gleixner:
 "Two small fixes::

   - Prevent deadlock on the tick broadcast lock. Found and fixed by
     Mike.

   - Stop using printk() in the timekeeping debug code to prevent a
     deadlock against the scheduler"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  timekeeping: Use deferred printk() in debug code
  tick/broadcast: Prevent deadlock on tick_broadcast_lock