mbox series

[GIT,PULL] io_uring fix for 6.5-rc4

Message ID 624c12e5-2ce8-852b-c235-0835b97d199a@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.5-rc4 | expand

Pull-request

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

Message

Jens Axboe July 28, 2023, 3:07 p.m. UTC
Hi Linus,

Just a single tweak to a patch from last week, to avoid having idle
cqring waits be attributed as iowait.

Please pull!


The following changes since commit 07e981137f17e5275b6fa5fd0c28b0ddb4519702:

  ia64: mmap: Consider pgoff when searching for free mapping (2023-07-21 09:41:35 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 7b72d661f1f2f950ab8c12de7e2bc48bdac8ed69:

  io_uring: gate iowait schedule on having pending requests (2023-07-24 11:44:35 -0600)

----------------------------------------------------------------
io_uring-6.5-2023-07-28

----------------------------------------------------------------
Jens Axboe (1):
      io_uring: gate iowait schedule on having pending requests

 io_uring/io_uring.c | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org July 28, 2023, 6:39 p.m. UTC | #1
The pull request you sent on Fri, 28 Jul 2023 09:07:36 -0600:

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

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

Thank you!