-
- Downloads
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()
Showing
- io_uring/futex.c 1 addition, 1 deletionio_uring/futex.c
- kernel/futex/core.c 3 additions, 2 deletionskernel/futex/core.c
- kernel/futex/futex.h 8 additions, 3 deletionskernel/futex/futex.h
- kernel/futex/pi.c 1 addition, 1 deletionkernel/futex/pi.c
- kernel/futex/waitwake.c 2 additions, 2 deletionskernel/futex/waitwake.c
Loading
Please register or sign in to comment