mbox series

[GIT,PULL] io_uring fix for 6.6-rc2

Message ID 736453bc-ad55-422d-87de-39e1439a12e0@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.6-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.6-2023-09-15

Message

Jens Axboe Sept. 15, 2023, 3:46 p.m. UTC
Hi Linus,

Just a single fix, fixing a regression with poll first, recvmsg, and
using a provided buffer. Please pull!


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.6-2023-09-15

for you to fetch changes up to c21a8027ad8a68c340d0d58bf1cc61dcb0bc4d2f:

  io_uring/net: fix iter retargeting for selected buf (2023-09-14 10:12:55 -0600)

----------------------------------------------------------------
io_uring-6.6-2023-09-15

----------------------------------------------------------------
Pavel Begunkov (1):
      io_uring/net: fix iter retargeting for selected buf

 io_uring/net.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

pr-tracker-bot@kernel.org Sept. 15, 2023, 10:16 p.m. UTC | #1
The pull request you sent on Fri, 15 Sep 2023 09:46:09 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.6-2023-09-15

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

Thank you!