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 7.0-rc7
Date: Fri, 3 Apr 2026 08:54:50 -0600 [thread overview]
Message-ID: <20d0c66c-191f-4021-baf7-4a846e6e985f@kernel.dk> (raw)
Hi Linus,
A set of patches for io_uring that should go into the 7.0 kernel
release. This pull request contains:
- A previous patch in this release covered the case of the rings being
RCU protected during resize, but it missed a few spots. This patch
covers the rest.
- Fix the cBPF filters when COW'ed, introduced in this merge window.
- Fix for an attempt to import a zero sized buffer.
- Fix for a missing clamp in importing bundle buffers.
Please pull!
The following changes since commit 5170efd9c344c68a8075dcb8ed38d3f8a60e7ed4:
io_uring/fdinfo: fix OOB read in SQE_MIXED wrap check (2026-03-26 20:28:28 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/io_uring-7.0-20260403
for you to fetch changes up to aa35dd6bdd033dea8aa3e20cbbbe10e06b2d044f:
io_uring/bpf_filters: retain COW'ed settings on parse failures (2026-04-01 08:34:14 -0600)
----------------------------------------------------------------
io_uring-7.0-20260403
----------------------------------------------------------------
Jens Axboe (2):
io_uring: protect remaining lockless ctx->rings accesses with RCU
io_uring/bpf_filters: retain COW'ed settings on parse failures
Junxi Qian (1):
io_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()
Qi Tang (1):
io_uring/rsrc: reject zero-length fixed buffer import
io_uring/io_uring.c | 7 +++++--
io_uring/io_uring.h | 34 +++++++++++++++++++++++++++++-----
io_uring/net.c | 4 ++++
io_uring/register.c | 10 +++++++++-
io_uring/rsrc.c | 4 ++++
io_uring/wait.c | 50 +++++++++++++++++++++++++++++++-------------------
io_uring/wait.h | 7 +++++--
7 files changed, 87 insertions(+), 29 deletions(-)
--
Jens Axboe
next reply other threads:[~2026-04-03 14:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-03 14:54 Jens Axboe [this message]
2026-04-03 19:52 ` [GIT PULL] io_uring fixes for 7.0-rc7 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=20d0c66c-191f-4021-baf7-4a846e6e985f@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