Merge tag 'locking-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Dec 2022 23:14:53 +0000 (15:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Dec 2022 23:14:53 +0000 (15:14 -0800)
commit617fe4fa82b2fe5bcb99f97f223f408603bfa5a0
tree5e2ed50799b8005c086e70ef24376fb215970b15
parent2f60f830842d6c6960a0c038695f7bb4f0ef896d
parent90d758896787048fa3d4209309d4800f3920e66f
Merge tag 'locking-core-2022-12-12' of git://git./linux/kernel/git/tip/tip

Pull locking updates from Ingo Molnar:
 "Two changes in this cycle:

   - a micro-optimization in static_key_slow_inc_cpuslocked()

   - fix futex death-notification wakeup bug"

* tag 'locking-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  futex: Resend potentially swallowed owner death notification
  jump_label: Use atomic_try_cmpxchg() in static_key_slow_inc_cpuslocked()