Hi Linus, Just a single fix making io_uring_sqe_cmd() available regardless of CONFIG_IO_URING, fixing a regression introduced in 6.4-rc1 if nvme was selected but io_uring was not. Please pull! The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-05-12 for you to fetch changes up to 293007b033418c8c9d1b35d68dec49a500750fde: io_uring: make io_uring_sqe_cmd() unconditionally available (2023-05-09 07:59:54 -0600) ---------------------------------------------------------------- io_uring-6.4-2023-05-12 ---------------------------------------------------------------- Jens Axboe (1): io_uring: make io_uring_sqe_cmd() unconditionally available include/linux/io_uring.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- Jens Axboe