From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: io-uring <io-uring@vger.kernel.org>
Subject: [GIT PULL] io_uring fixes for 6.16-rc3
Date: Thu, 19 Jun 2025 21:53:43 -0600 [thread overview]
Message-ID: <c636df10-8b3f-4ab9-8117-fe99c379660d@kernel.dk> (raw)
Hi Linus,
Set of fixes for io_uring that should go into the 6.16-rc3 kernel
release. This pull request contains:
- Two fixes for error injection failures. One fixes a task leak issue
introduced in this merge window, the other an older issue with
handling allocation of a mapped buffer.
- Fix for a syzbot issue that triggers a kmalloc warning on attempting
an allocation that's too large.
- Fix for an error injection failure causing a double put of a task,
introduced in this merge window.
Please pull!
The following changes since commit b62e0efd8a8571460d05922862a451855ebdf3c6:
io_uring: run local task_work from ring exit IOPOLL reaping (2025-06-13 15:26:17 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/io_uring-6.16-20250619
for you to fetch changes up to e1c75831f682eef0f68b35723437146ed86070b1:
io_uring: fix potential page leak in io_sqe_buffer_register() (2025-06-18 05:09:46 -0600)
----------------------------------------------------------------
io_uring-6.16-20250619
----------------------------------------------------------------
Jens Axboe (3):
io_uring/rsrc: validate buffer count with offset for cloning
io_uring: remove duplicate io_uring_alloc_task_context() definition
io_uring/sqpoll: don't put task_struct on tctx setup failure
Penglei Jiang (2):
io_uring: fix task leak issue in io_wq_create()
io_uring: fix potential page leak in io_sqe_buffer_register()
io_uring/io-wq.c | 4 +++-
io_uring/io_uring.h | 2 --
io_uring/rsrc.c | 8 +++++---
io_uring/sqpoll.c | 6 ++----
4 files changed, 10 insertions(+), 10 deletions(-)
--
Jens Axboe
next reply other threads:[~2025-06-20 3:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-20 3:53 Jens Axboe [this message]
2025-06-20 6:34 ` [GIT PULL] io_uring fixes for 6.16-rc3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c636df10-8b3f-4ab9-8117-fe99c379660d@kernel.dk \
--to=axboe@kernel.dk \
--cc=io-uring@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox