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(-) -- Jens Axboe