mbox series

[GIT,PULL] io_uring fix for 6.8-rc5

Message ID 117cdb52-5e35-475b-8a05-e6f4da70849c@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.8-rc5 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.8-2024-02-16

Message

Jens Axboe Feb. 16, 2024, 7:11 p.m. UTC
Hi Linus,

Just a single fix for a regression in how overflow is handled for
multishot accept requests. Please pull!


The following changes since commit 72bd80252feeb3bef8724230ee15d9f7ab541c6e:

  io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers (2024-02-01 06:42:36 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.8-2024-02-16

for you to fetch changes up to a37ee9e117ef73bbc2f5c0b31911afd52d229861:

  io_uring/net: fix multishot accept overflow handling (2024-02-14 18:30:19 -0700)

----------------------------------------------------------------
io_uring-6.8-2024-02-16

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/net: fix multishot accept overflow handling

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

Comments

pr-tracker-bot@kernel.org Feb. 16, 2024, 10:10 p.m. UTC | #1
The pull request you sent on Fri, 16 Feb 2024 12:11:53 -0700:

> git://git.kernel.dk/linux.git tags/io_uring-6.8-2024-02-16

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

Thank you!