]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf63156f3eb870669c0ca8f7641dcbd3ff1f0ceb0
treec6eb2661370812a11cdf46bf318d835f99a1663e
parenta57d13234dda149959e2d53e1842fd0c38f9b3cb
parent96b2b5122aa6636270c6b8ef8bade692ee7fb285
Merge tag 'timers-urgent-2020-04-05' of git://git.kernel.org/pub/scm/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