]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'locking-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Nov 2020 17:25:43 +0000 (09:25 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Nov 2020 17:25:43 +0000 (09:25 -0800)
commit491a0225aad5ee958db131c4954bd433e4dd0469
tree9d6f13a8e0a1d379897495c7e3678fca556a8ea5
parent6c6f4e74b00116ccb8fb0addd9c1b47ca5c0389c
parentf0b32bba75118806d289c6252aac2c197027e9cc
Merge tag 'locking-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull locking fixes from Thomas Gleixner:
 "Two fixes for the locking subsystem:

   - Prevent an unconditional interrupt enable in a futex helper
     function which can be called from contexts which expect interrupts
     to stay disabled across the call

   - Don't modify lockdep chain keys in the validation process as that
     causes chain inconsistency"

* tag 'locking-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  lockdep: Avoid to modify chain keys in validate_chain()
  futex: Don't enable IRQs unconditionally in put_pi_state()