On Sat, 29 Oct 2022 09:04:28 +0800, Ming Lei wrote: > The 1st patch returns correct flag of UBLK_F_URING_CMD_COMP_IN_TASK. > > The 2nd patch add help message for deciding to build ublk_drv as module > or built-in. > > The 3rd patch improves uses of io_uring_cmd_complete_in_task() by only > touching io_uring cmd when it is necessary, so we can minimize sharing > of io_uring cmd between blk-mq io and ubq daemon context. > > [...] Applied, thanks! [1/4] ublk: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of module (no commit info) [2/4] ublk_drv: comment on ublk_driver entry of Kconfig (no commit info) [3/4] ublk_drv: avoid to touch io_uring cmd in blk_mq io path (no commit info) [4/4] ublk_drv: add ublk_queue_cmd() for cleanup (no commit info) Best regards, -- Jens Axboe