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-rc3
Date: Thu, 5 Mar 2026 19:38:21 -0700	[thread overview]
Message-ID: <f6932cf1-66e0-4278-ab58-37a368b0c5d4@kernel.dk> (raw)

Hi Linus,

Just a small collection of minor fixes that should go into the 7.0
kernel release. This pull request contains:

- Fix a typo in the mock_file help text.

- Fix a comment regarding IORING_SETUP_TASKRUN_FLAG in the io_uring.h
  UAPI header.

- Use READ_ONCE() for reading refill queue entries.

- Reject SEND_VECTORIZED for fixed buffer sends, as it isn't
  implemented. Currently this flag is silently ignored. This is in
  preparation for making these work, but first we need a fixup so that
  older kernels will correctly reject them.

- Ensure "0" means default for the rx page size.

Please pull!


The following changes since commit 85f6c439a69afe4fa8a688512e586971e97e273a:

  io_uring/timeout: READ_ONCE sqe->addr (2026-02-25 08:36:05 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 531bb98a030cc1073bd7ed9a502c0a3a781e92ee:

  io_uring/zcrx: use READ_ONCE with user shared RQEs (2026-03-04 06:30:39 -0700)

----------------------------------------------------------------
io_uring-7.0-20260305

----------------------------------------------------------------
J. Neuschäfer (1):
      io_uring/mock: Fix typo in help text

Jakub Kicinski (1):
      io_uring/zcrx: don't set rx_page_size when not requested

Jens Axboe (1):
      io_uring: correct comment for IORING_SETUP_TASKRUN_FLAG

Pavel Begunkov (2):
      io_uring/net: reject SEND_VECTORIZED when unsupported
      io_uring/zcrx: use READ_ONCE with user shared RQEs

 include/uapi/linux/io_uring.h | 3 ++-
 init/Kconfig                  | 2 +-
 io_uring/net.c                | 2 ++
 io_uring/zcrx.c               | 8 +++++---
 4 files changed, 10 insertions(+), 5 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2026-03-06  2:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-06  2:38 Jens Axboe [this message]
2026-03-06 18:38 ` [GIT PULL] io_uring fixes for 7.0-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=f6932cf1-66e0-4278-ab58-37a368b0c5d4@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