* [GIT PULL] io_uring fixes for 6.10-rc3
@ 2024-06-07 15:55 Jens Axboe
2024-06-07 23:51 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2024-06-07 15:55 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
A few fixes that should go into the 6.10 kernel release:
- Fix a locking order issue with setting max async thread workers
(Hagar)
- Fix for a NULL pointer dereference for failed async flagged requests
using ring provided buffers. This doesn't affect the current kernel,
but it does affect older kernels, and is being queued up for 6.10 just
to make the stable process easier (me)
- Fix for NAPI timeout calculations for how long to busy poll, and
subsequently how much to sleep post that if a wait timeout is passed
in (me)
- Fix for a regression in this release cycle, where we could end up
using a partially unitialized match value for io-wq (Su)
Please pull!
The following changes since commit 18414a4a2eabb0281d12d374c92874327e0e3fe3:
io_uring/net: assign kmsg inq/flags before buffer selection (2024-05-30 14:04:37 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.10-20240607
for you to fetch changes up to 73254a297c2dd094abec7c9efee32455ae875bdf:
io_uring: fix possible deadlock in io_register_iowq_max_workers() (2024-06-04 07:39:17 -0600)
----------------------------------------------------------------
io_uring-6.10-20240607
----------------------------------------------------------------
Hagar Hemdan (1):
io_uring: fix possible deadlock in io_register_iowq_max_workers()
Jens Axboe (2):
io_uring: check for non-NULL file pointer in io_file_can_poll()
io_uring/napi: fix timeout calculation
Su Hui (1):
io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()
io_uring/io-wq.c | 10 +++++-----
io_uring/io_uring.h | 2 +-
io_uring/napi.c | 24 +++++++++++++-----------
io_uring/register.c | 4 ++++
4 files changed, 23 insertions(+), 17 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] io_uring fixes for 6.10-rc3
2024-06-07 15:55 [GIT PULL] io_uring fixes for 6.10-rc3 Jens Axboe
@ 2024-06-07 23:51 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-06-07 23:51 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, io-uring
The pull request you sent on Fri, 7 Jun 2024 09:55:17 -0600:
> git://git.kernel.dk/linux.git tags/io_uring-6.10-20240607
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e33915892d8871b28d17675fecc1b5b36b0d5721
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-07 23:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07 15:55 [GIT PULL] io_uring fixes for 6.10-rc3 Jens Axboe
2024-06-07 23:51 ` 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