]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'io_uring-6.13-20250111' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Jan 2025 18:59:43 +0000 (10:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Jan 2025 18:59:43 +0000 (10:59 -0800)
commit52a5a22d8afe3bd195f7b470c7535c63717f5ff7
tree1e4c753681c12d6335e88d67deb4e24ce23a5828
parent57162361c3c5405e9be836d06fc9db7efd499217
parentbd2703b42decebdcddf76e277ba76b4c4a142d73
Merge tag 'io_uring-6.13-20250111' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:

 - 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.

* tag 'io_uring-6.13-20250111' of git://git.kernel.dk/linux:
  io_uring: don't touch sqd->thread off tw add
  io_uring/sqpoll: zero sqd->thread on tctx errors
  io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period
  io_uring: silence false positive warnings
  io_uring/timeout: fix multishot updates
io_uring/io_uring.c