On Tue, 24 Jun 2025 18:41:21 +0800, Ming Lei wrote: > If ublk_get_data() fails, -EIOCBQUEUED is returned and the current command > becomes ASYNC. And the only reason is that mapping data can't move on, > because of no enough pages or pending signal, then the current ublk request > has to be requeued. > > Once the request need to be requeued, we have to setup `ublk_io` correctly, > including io->cmd and flags, otherwise the request may not be forwarded to > ublk server successfully. > > [...] Applied, thanks! [1/1] ublk: setup ublk_io correctly in case of ublk_get_data() failure (no commit info) Best regards, -- Jens Axboe