Merge tag 'timers-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Apr 2020 19:06:51 +0000 (12:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Apr 2020 19:06:51 +0000 (12:06 -0700)
commitd5ca32738f8fbd3632928929cccb5789d44be390
treec6eb2661370812a11cdf46bf318d835f99a1663e
parente5adbd6ec480164fe30ee65c94426cb12d64bc99
parent760a53768610d427990192b5cfdb71310e1373db
Merge tag 'timers-urgent-2020-04-05' of git://git./linux/kernel/git/tip/tip

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

   - Prevent a use after free in the new lockdep state tracking for
     hrtimers

   - Add missing parenthesis in the VF pit timer driver"

* tag 'timers-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  clocksource/drivers/timer-vf-pit: Add missing parenthesis
  hrtimer: Don't dereference the hrtimer pointer after the callback