public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
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-rc1
Date: Sat, 21 Feb 2026 06:34:32 -0700	[thread overview]
Message-ID: <2b80b81c-42dd-49d1-9f89-f2cc78e9d3fa@kernel.dk> (raw)

Hi Linus,

A few fixes did pop up for io_uring since I sent the pull request
earlier in the week, so let's flush those out for the -rc1 release. This
pull request contains:

- A fix for a missing URING_CMD128 opcode check, fixing an issue with
  the SQE mixed mode support introduced in 6.19. Merged late due to
  having multiple dependencies.

- Add sqe->cmd size checking for big SQEs, similar to what we have for
  normal sized SQEs.

- Fix a race condition in zcrx, that leads to a double free.

Please pull!


The following changes since commit 2961f841b025fb234860bac26dfb7fa7cb0fb122:

  Merge tag 'turbostat-2026.02.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux (2026-02-17 15:51:14 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ea129e55c9e06a51a93c3f5ef3e32a6cfa3f8ec7:

  io_uring: Add size check for sqe->cmd (2026-02-19 07:26:26 -0700)

----------------------------------------------------------------
io_uring-20260221

----------------------------------------------------------------
Caleb Sander Mateos (1):
      io_uring: add IORING_OP_URING_CMD128 to opcode checks

Govindarajulu Varadarajan (1):
      io_uring: Add size check for sqe->cmd

Kai Aizen (1):
      io_uring/zcrx: fix user_ref race between scrub and refill paths

 drivers/block/ublk_drv.c     | 12 ++++++++----
 drivers/nvme/host/ioctl.c    |  3 ++-
 fs/fuse/dev_uring.c          |  6 ++++--
 include/linux/io_uring/cmd.h | 15 +++++++++++----
 io_uring/io_uring.h          |  6 ++++++
 io_uring/kbuf.c              |  2 +-
 io_uring/rw.c                |  4 ++--
 io_uring/zcrx.c              | 10 +++++++---
 8 files changed, 41 insertions(+), 17 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2026-02-21 13:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=2b80b81c-42dd-49d1-9f89-f2cc78e9d3fa@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