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