mbox series

[GIT,PULL] io_uring fixes for 6.11-rc3

Message ID 92988daa-9b80-4d1d-9433-0f153dc71ae9@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fixes for 6.11-rc3 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.11-20240809

Message

Jens Axboe Aug. 9, 2024, 2:53 p.m. UTC
Hi Linus,

Nothing major in here, just two fixes for ensuring that bundle recv/send
requests always get marked for cleanups, and a single fix for ensuring
that sends with provided buffers only pick a single buffer unless the
bundle option has been enabled.

Please pull!


The following changes since commit c3fca4fb83f7c84cd1e1aa9fe3a0e220ce8f30fb:

  io_uring: remove unused local list heads in NAPI functions (2024-07-30 06:20:20 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.11-20240809

for you to fetch changes up to 8fe8ac24adcd76b12edbfdefa078567bfff117d4:

  io_uring/net: don't pick multiple buffers for non-bundle send (2024-08-07 15:20:52 -0600)

----------------------------------------------------------------
io_uring-6.11-20240809

----------------------------------------------------------------
Jens Axboe (3):
      io_uring/net: ensure expanded bundle recv gets marked for cleanup
      io_uring/net: ensure expanded bundle send gets marked for cleanup
      io_uring/net: don't pick multiple buffers for non-bundle send

 io_uring/net.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 9, 2024, 5:31 p.m. UTC | #1
The pull request you sent on Fri, 9 Aug 2024 08:53:12 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.11-20240809

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

Thank you!