* [GIT PULL] io_uring fixes for 6.1-rc3
@ 2022-10-28 21:12 Jens Axboe
2022-10-30 1:29 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2022-10-28 21:12 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
Just a fix for a locking regression introduced with the deferred
task_work running from this merge window. Please pull!
The following changes since commit cc767e7c6913f770741d9fad1efa4957c2623744:
io_uring/net: fail zc sendmsg when unsupported by socket (2022-10-22 08:43:03 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-10-28
for you to fetch changes up to b3026767e15b488860d4bbf1649d69612bab2c25:
io_uring: unlock if __io_run_local_work locked inside (2022-10-27 09:52:12 -0600)
----------------------------------------------------------------
io_uring-6.1-2022-10-28
----------------------------------------------------------------
Dylan Yudaken (2):
io_uring: use io_run_local_work_locked helper
io_uring: unlock if __io_run_local_work locked inside
io_uring/io_uring.c | 11 +++++------
io_uring/io_uring.h | 13 +++++++++++--
2 files changed, 16 insertions(+), 8 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] io_uring fixes for 6.1-rc3
2022-10-28 21:12 Jens Axboe
@ 2022-10-30 1:29 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-10-30 1:29 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, io-uring
The pull request you sent on Fri, 28 Oct 2022 15:12:00 -0600:
> git://git.kernel.dk/linux.git tags/io_uring-6.1-2022-10-28
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4d244327dd1bab94a78fa2ab40a33d13ca18326b
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] io_uring fixes for 6.1-rc3
@ 2026-05-08 19:19 Jens Axboe
2026-05-08 20:42 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2026-05-08 19:19 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
A few fixes for io_uring that should go into the current kernel release,
and will be heading to stable as well. This pull request contains:
- Ensure that the absolute timeouts for both the command side and the
waiting side honor the callers time namespace.
- Ensure tracked NAPI entries are cleared at unregistration time, as
the NAPI polling loop checks the list state rather than the general
NAPI state. This can lead to NAPI polling even after unregistration
has been done. If unregistered, all NAPI polling should be disabled.
- Fix for eventfd recursive invocation handling.
Please pull!
The following changes since commit 17666e2d7592c3e85260cafd3950121524acc2c5:
io_uring/tw: serialize ctx->retry_llist with ->uring_lock (2026-04-30 06:57:20 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/io_uring-7.1-20260508
for you to fetch changes up to 45d2b37a37ab98484693533496395c610a2cab96:
io_uring/wait: honour caller's time namespace for IORING_ENTER_ABS_TIMER (2026-05-06 04:58:56 -0600)
----------------------------------------------------------------
io_uring-7.1-20260508
----------------------------------------------------------------
Maoyi Xie (2):
io_uring/timeout: honour caller's time namespace for IORING_TIMEOUT_ABS
io_uring/wait: honour caller's time namespace for IORING_ENTER_ABS_TIMER
Yufan Chen (2):
io_uring/napi: clear tracked NAPI entries on unregister
io_uring/eventfd: reset deferred signal state
io_uring/eventfd.c | 1 +
io_uring/napi.c | 27 ++++++++++++++++++++-------
io_uring/napi.h | 8 +++++---
io_uring/timeout.c | 35 ++++++++++++++++++++++-------------
io_uring/wait.c | 6 +++++-
5 files changed, 53 insertions(+), 24 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] io_uring fixes for 6.1-rc3
2026-05-08 19:19 [GIT PULL] io_uring fixes for 6.1-rc3 Jens Axboe
@ 2026-05-08 20:42 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2026-05-08 20:42 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, io-uring
The pull request you sent on Fri, 8 May 2026 13:19:14 -0600:
> https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/io_uring-7.1-20260508
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8be01e1280912a84f6bcf963ceed6c9f13ba1986
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-05-08 20:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-08 19:19 [GIT PULL] io_uring fixes for 6.1-rc3 Jens Axboe
2026-05-08 20:42 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2022-10-28 21:12 Jens Axboe
2022-10-30 1:29 ` 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