]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'locking-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Jun 2026 19:43:21 +0000 (12:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Jun 2026 19:43:21 +0000 (12:43 -0700)
commit96c1ddbc16f4dd15d6d359ce55ba29e8cd80dc46
treedeae7dc76a2594b5db83ef74070218cb78bff9a7
parente2264c52e18bd54a4f762c393e341cb27fd5e5cd
parent40a25d59e85b3c8709ac2424d44f65610467871e
Merge tag 'locking-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull locking fixes from Ingo Molnar:

 - Fix a NULL pointer dereference bug in the FUTEX_CMP_REQUEUE_PI
   code (Ji'an Zhou)

 - Fix a NULL pointer dereference bug in the rtmutex code (Davidlohr
   Bueso)

* tag 'locking-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  locking/rtmutex: Skip remove_waiter() when waiter is not enqueued
  futex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-deadlock