Hi Linus, Got a report this morning for a regression that was introduced in -rc2. Since it's pretty silly, the fix is obvious and would be a shame to have this miss -rc4 since people are hitting it. A test case has been added for this issue. Fix for a regression introduced in 6.12-rc2, where a condition check was negated and hence -EAGAIN would bubble back up up to userspace rather than trigger a retry condition. Please pull! The following changes since commit 8f7033aa4089fbaf7a33995f0f2ee6c9d7b9ca1b: io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work (2024-10-17 08:38:04 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.12-20241019 for you to fetch changes up to ae6a888a4357131c01d85f4c91fb32552dd0bf70: io_uring/rw: fix wrong NOWAIT check in io_rw_init_file() (2024-10-19 09:25:45 -0600) ---------------------------------------------------------------- io_uring-6.12-20241019 ---------------------------------------------------------------- Jens Axboe (1): io_uring/rw: fix wrong NOWAIT check in io_rw_init_file() io_uring/rw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Jens Axboe