Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Jan 2023 19:15:05 +0000 (11:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Jan 2023 19:15:05 +0000 (11:15 -0800)
commit95d248d16f9cb42de717367832cffa0f83e97fde
tree7d1fc6162e413a987dc43d466df2573da1e0bfd0
parent8b41948296b76588f5ebaf7cbc5be5c803ece70a
parent94cd8fa09f5f1ebdd4e90964b08b7f2cc4b36c43
Merge tag 'locking_urgent_for_v6.2_rc2' of git://git./linux/kernel/git/tip/tip

Pull locking fixes from Borislav Petkov:

 - Prevent the leaking of a debug timer in futex_waitv()

 - A preempt-RT mutex locking fix, adding the proper acquire semantics

* tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  futex: Fix futex_waitv() hrtimer debug object leak on kcalloc error
  rtmutex: Add acquire semantics for rtmutex lock acquisition slow path