Hi Linus, A set of minor fixes that should go into this release. This pull request contains: - Fix for multishot timeout updates only using the updated value for the first invocation, not subsequent ones. - Silence a false positive lockdep warning - Fix the eventfd signaling and putting RCU logic - Fix fault injected SQPOLL setup not clearing the task pointer in the error path - Fix local task_work looking at the SQPOLL thread rather than just signaling the safe variant. Again one of those theoretical issues, which should be closed up none the less. Please pull! The following changes since commit ed123c948d06688d10f3b10a7bce1d6fbfd1ed07: io_uring/kbuf: use pre-committed buffer address for non-pollable file (2025-01-03 09:38:37 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.13-20250111 for you to fetch changes up to bd2703b42decebdcddf76e277ba76b4c4a142d73: io_uring: don't touch sqd->thread off tw add (2025-01-10 14:00:25 -0700) ---------------------------------------------------------------- io_uring-6.13-20250111 ---------------------------------------------------------------- Jens Axboe (1): io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period Pavel Begunkov (4): io_uring/timeout: fix multishot updates io_uring: silence false positive warnings io_uring/sqpoll: zero sqd->thread on tctx errors io_uring: don't touch sqd->thread off tw add io_uring/eventfd.c | 16 +++++++--------- io_uring/io_uring.c | 5 +---- io_uring/io_uring.h | 7 ++++--- io_uring/sqpoll.c | 6 +++++- io_uring/timeout.c | 4 +++- 5 files changed, 20 insertions(+), 18 deletions(-) -- Jens Axboe