]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commite602e700842104096e96a7deee453183e4ed278a
treec828be96af44cae008f13a4e0d3711643fd20352
parent3dd9c12726ffd1d548ad5264731dfe7a785768ed
parentf222449c9dfad7c9bb8cb53e64c5c407b172ebbc
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