public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fixes for 6.18-final
@ 2025-11-28 19:32 Jens Axboe
  2025-11-28 21:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2025-11-28 19:32 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

Hi Linus,

Two fixes that should go into the 6.18 kernel release:

- Ensure that vectored registered buffer imports ties the lifetime of
  those to the zero-copy send notification, not the parent request.

- Fix a bug introduced in this merge window, with the introduction of
  mixed sized CQE support.

Please pull!


The following changes since commit 46447367a52965e9d35f112f5b26fc8ff8ec443d:

  io_uring/cmd_net: fix wrong argument types for skb_queue_splice() (2025-11-20 11:40:15 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f6dc5a36195d3f5be769f60d6987150192dfb099:

  io_uring: fix mixed cqe overflow handling (2025-11-25 07:03:45 -0700)

----------------------------------------------------------------
io_uring-6.18-20251128

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/net: ensure vectored buffer node import is tied to notification

Pavel Begunkov (1):
      io_uring: fix mixed cqe overflow handling

 io_uring/io_uring.c | 2 ++
 io_uring/net.c      | 6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

-- 
Jens Axboe


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

end of thread, other threads:[~2025-11-28 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-28 19:32 [GIT PULL] io_uring fixes for 6.18-final Jens Axboe
2025-11-28 21:15 ` 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