* [GIT PULL] io_uring fixes for 6.13-rc7
@ 2025-01-11 16:19 Jens Axboe
2025-01-11 20:01 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2025-01-11 16:19 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-11 20:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-11 16:19 [GIT PULL] io_uring fixes for 6.13-rc7 Jens Axboe
2025-01-11 20:01 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox