Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Nov 2020 17:56:37 +0000 (09:56 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Nov 2020 17:56:37 +0000 (09:56 -0800)
Pull futex fix from Thomas Gleixner:
 "A single fix for the futex code where an intermediate state in the
  underlying RT mutex was not handled correctly and triggering a BUG()
  instead of treating it as another variant of retry condition"

* tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  futex: Handle transient "ownerless" rtmutex state correctly


Trivial merge