commit d9b4a0c83a2d405dd85bf32d672686146b9bedff Author: Greg Kroah-Hartman Date: Fri Mar 3 15:14:09 2023 +0100 Linux 5.15.98 Signed-off-by: Greg Kroah-Hartman commit 937c15e27a63a071d1622928dea6edc8447db738 Author: Jens Axboe Date: Fri Mar 3 06:49:57 2023 -0700 io_uring: ensure that io_init_req() passes in the right issue_flags We can't use 0 here, as io_init_req() is always invoked with the ctx uring_lock held. Newer kernels have IO_URING_F_UNLOCKED for this, but previously we used IO_URING_F_NONBLOCK to indicate this as well. Fixes: cf7f9cd50013 ("io_uring: add missing lock in io_get_file_fixed") Signed-off-by: Jens Axboe Signed-off-by: Greg Kroah-Hartman