public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fix for 6.19-rc5
@ 2026-01-09 18:44 Jens Axboe
  2026-01-10  2:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2026-01-09 18:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

Hi Linus,

Single fix for a regression introduced in 6.15, where a failure to wake
up idle io-wq workers at ring exit will wait for the timeout to expire.
This isn't normally noticeable, as the exit is async. But if a parent
task created a thread that sets up a ring and uses requests that cause
io-wq threads to be created, and the parent task then waits for the
thread to exit, then it can take 5 seconds for that pthread_join() to
succeed as the child thread is waiting for its children to exit.

On top of that, just a basic cleanup as well.

Please pull!

The following changes since commit 70eafc743016b1df73e00fd726ffedd44ce1bdd3:

  io_uring/memmap: drop unused sz param in io_uring_validate_mmap_request() (2026-01-01 08:16:48 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/io_uring-6.19-20260109

for you to fetch changes up to e4fdbca2dc774366aca6532b57bfcdaae29aaf63:

  io_uring/io-wq: remove io_wq_for_each_worker() return value (2026-01-05 15:39:20 -0700)

----------------------------------------------------------------
io_uring-6.19-20260109

----------------------------------------------------------------
Jens Axboe (2):
      io_uring/io-wq: fix incorrect io_wq_for_each_worker() termination logic
      io_uring/io-wq: remove io_wq_for_each_worker() return value

 io_uring/io-wq.c | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-10  2:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-09 18:44 [GIT PULL] io_uring fix for 6.19-rc5 Jens Axboe
2026-01-10  2:15 ` 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