mbox series

[GIT,PULL] io_uring fix for 6.5-rc2

Message ID b4ba0b17-cf57-58b8-14c1-fda1b209c2bd@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.5-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.5-2023-07-14

Message

Jens Axboe July 14, 2023, 7:39 p.m. UTC
Hi Linus,

Just a single tweak for the wait logic in io_uring. Please pull!


The following changes since commit dfbe5561ae9339516a3742a3fbd678609ad59fd0:

  io_uring: flush offloaded and delayed task_work on exit (2023-06-28 11:06:05 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.5-2023-07-14

for you to fetch changes up to 8a796565cec3601071cbbd27d6304e202019d014:

  io_uring: Use io_schedule* in cqring wait (2023-07-07 11:24:29 -0600)

----------------------------------------------------------------
io_uring-6.5-2023-07-14

----------------------------------------------------------------
Andres Freund (1):
      io_uring: Use io_schedule* in cqring wait

 io_uring/io_uring.c | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org July 15, 2023, 3:08 a.m. UTC | #1
The pull request you sent on Fri, 14 Jul 2023 13:39:26 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.5-2023-07-14

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

Thank you!