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

Hi Linus,

Set of fixes for io_uring that should go into the 6.15 kernel release.
This pull request contains:

- Set of patches correctly capping iov_iter->nr_segs for imports of
  registered buffers, both kbuf and normal ones. 3 cleanups to make it
  saner first, then two fixes for each of the buffer types. Fixes a
  performance regression where partial buffer usage doesn't trim the
  tail number of segments, leading the block layer to iterate the IOs to
  check if it needs splitting.

- Two patches tweaking the newly introduced zero-copy rx API, mostly to
  keep the API consistent once we add multiple interface queues per ring
  support in the 6.16 release.

- zc rx unmapping fix for a dead device

Please pull!


The following changes since commit cf960726eb65e8d0bfecbcce6cf95f47b1ffa6cc:

  io_uring/kbuf: reject zero sized provided buffers (2025-04-07 07:51:23 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.15-20250418

for you to fetch changes up to f12ecf5e1c5eca48b8652e893afcdb730384a6aa:

  io_uring/zcrx: fix late dma unmap for a dead dev (2025-04-18 06:12:10 -0600)

----------------------------------------------------------------
io_uring-6.15-20250418

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/rsrc: ensure segments counts are correct on kbuf buffers

Nitesh Shetty (1):
      io_uring/rsrc: send exact nr_segs for fixed buffer

Pavel Begunkov (6):
      io_uring/zcrx: return ifq id to the user
      io_uring/zcrx: add pp to ifq conversion helper
      io_uring/rsrc: don't skip offset calculation
      io_uring/rsrc: separate kbuf offset adjustments
      io_uring/rsrc: refactor io_import_fixed
      io_uring/zcrx: fix late dma unmap for a dead dev

 include/uapi/linux/io_uring.h |  4 +-
 io_uring/rsrc.c               | 92 ++++++++++++++++++++++---------------------
 io_uring/zcrx.c               | 37 ++++++++++++-----
 io_uring/zcrx.h               |  1 +
 4 files changed, 79 insertions(+), 55 deletions(-)

-- 
Jens Axboe


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

* Re: [GIT PULL] io_uring fixes for 6.15-rc3
  2025-04-18 14:46 [GIT PULL] io_uring fixes for 6.15-rc3 Jens Axboe
@ 2025-04-18 16:45 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-04-18 16:45 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring

The pull request you sent on Fri, 18 Apr 2025 08:46:02 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.15-20250418

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

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:[~2025-04-18 16:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-18 14:46 [GIT PULL] io_uring fixes for 6.15-rc3 Jens Axboe
2025-04-18 16:45 ` 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