]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 Mar 2026 16:59:46 +0000 (09:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 Mar 2026 16:59:46 +0000 (09:59 -0700)
commitf087b0bad454a91c7d1615f82954a4752843560d
tree40617634f8a45a6fc4ea7dc320f270df6e125f2c
parent21047b17b3ab2977f8331b444249364cac3da66c
parent210d36d892de5195e6766c45519dfb1e65f3eb83
Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull futex fixes from Ingo Molnar:

 - Tighten up the sys_futex_requeue() ABI a bit, to disallow dissimilar
   futex flags and potential UaF access (Peter Zijlstra)

 - Fix UaF between futex_key_to_node_opt() and vma_replace_policy()
   (Hao-Yu Yang)

 - Clear stale exiting pointer in futex_lock_pi() retry path, which
   triggered a warning (and potential misbehavior) in stress-testing
   (Davidlohr Bueso)

* tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  futex: Clear stale exiting pointer in futex_lock_pi() retry path
  futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()
  futex: Require sys_futex_requeue() to have identical flags