mbox series

[GIT,PULL] io_uring fix for 6.10-rc7

Message ID d55b363d-2bd4-48c9-b2e5-92fbae147cb7@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.10-rc7 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.10-20240703

Message

Jens Axboe July 3, 2024, 1:49 p.m. UTC
Hi Linus,

Sending this out a bit early, as I'm heading on vacation shortly.

A fix for a feature that went into the 6.10 merge window actually ended
up causing a regression in building bundles for receives. Fix that up by
ensuring we don't overwrite msg_inq before we use it in the loop.

Please pull!


The following changes since commit dbcabac138fdfc730ba458ed2199ff1f29a271fc:

  io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI (2024-06-24 19:46:15 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.10-20240703

for you to fetch changes up to 6e92c646f5a4230d939a0882f879fc50dfa116c5:

  io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it (2024-07-02 09:42:10 -0600)

----------------------------------------------------------------
io_uring-6.10-20240703

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it

 io_uring/net.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org July 3, 2024, 5:32 p.m. UTC | #1
The pull request you sent on Wed, 3 Jul 2024 07:49:54 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.10-20240703

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

Thank you!