public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fixes for 7.0-rc3
@ 2026-03-06  2:38 Jens Axboe
  2026-03-06 18:38 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2026-03-06  2:38 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] io_uring fixes for 7.0-rc3
  2026-03-06  2:38 [GIT PULL] io_uring fixes for 7.0-rc3 Jens Axboe
@ 2026-03-06 18:38 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-03-06 18:38 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring

The pull request you sent on Thu, 5 Mar 2026 19:38:21 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3ad66a34cce2c5a6532ac0b979fdf58677193c67

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:[~2026-03-06 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-06  2:38 [GIT PULL] io_uring fixes for 7.0-rc3 Jens Axboe
2026-03-06 18:38 ` 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