mbox series

[GIT,PULL] io_uring fix for 6.4-rc4

Message ID ffbf62dc-4f6b-aad6-28d5-52443f55ac81@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.4-rc4 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-05-26

Message

Jens Axboe May 26, 2023, 5:12 p.m. UTC
Hi Linus,

Just a single fix for the conditional schedule with the SQPOLL thread,
dropping the uring_lock if we do need to reschedule.

Please pull!


The following changes since commit 293007b033418c8c9d1b35d68dec49a500750fde:

  io_uring: make io_uring_sqe_cmd() unconditionally available (2023-05-09 07:59:54 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-05-26

for you to fetch changes up to 533ab73f5b5c95dcb4152b52d5482abcc824c690:

  io_uring: unlock sqd->lock before sq thread release CPU (2023-05-25 09:30:13 -0600)

----------------------------------------------------------------
io_uring-6.4-2023-05-26

----------------------------------------------------------------
Wenwen Chen (1):
      io_uring: unlock sqd->lock before sq thread release CPU

 io_uring/sqpoll.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org May 26, 2023, 10:23 p.m. UTC | #1
The pull request you sent on Fri, 26 May 2023 11:12:20 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-05-26

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6fae9129b1c70bd6b7677b808c03bc96e83460fc

Thank you!