On 25/04/2025 4:53, Jens Axboe wrote: > > On Fri, 25 Apr 2025 09:37:38 +0800, Ming Lei wrote: >> The 2 patches try to fix race between between io_uring_cmd_complete_in_task >> and ublk_cancel_cmd. >> >> Thanks, >> Ming >> >> V2: >> - improve comment and commit log >> - remove useless memory barrier(Caleb Sander Mateos) >> - add tested-by fixes tag >> >> [...] > > Applied, thanks! > > [1/2] ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATA > commit: d6aa0c178bf81f30ae4a780b2bca653daa2eb633 > [2/2] ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd > commit: f40139fde5278d81af3227444fd6e76a76b9506d > > Best regards, Confirmed that this version also fixes the issue for us. Thanks, Jared