]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'locking-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Feb 2025 18:54:11 +0000 (10:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Feb 2025 18:54:11 +0000 (10:54 -0800)
commitfa76887bb72ae11347730271e6a04c147b7527e6
tree7dd8f2d7b6de1b164f077c6404f2fed4ac1298ac
parent8f6629c004b193d23612641c3607e785819e97ab
parent5e0e02f0d7e52cfc8b1adfc778dd02181d8b47b4
Merge tag 'locking-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull locking fix from Ingo Molnar:
 "Fix a dangling pointer bug in the futex code used by the uring code.

  It isn't causing problems at the moment due to uring ABI limitations
  leaving it essentially unused in current usages, but is a good idea to
  fix nevertheless"

* tag 'locking-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  futex: Pass in task to futex_queue()
io_uring/futex.c
kernel/futex/waitwake.c