Message ID | 20220815023633.259825-1-ZiyangZhang@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | ublk_drv: cleanup and bugfix | expand |
On Mon, 15 Aug 2022 10:36:30 +0800, ZiyangZhang wrote: > The following 3 patches are cleanup and bugfix. Patch 1 and 2 > simply inline a function and update comments for ublk_drv's > aborting machemism. > > Patch 3 fix a null-deref bug reported by myself. Ming gives out a > patch and I integrate it with more comments on this bug. > > [...] Applied, thanks! [1/3] ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work() commit: 966120b51a245c9ff5857c5b169310c248e0ae87 [2/3] ublk_drv: update comment for __ublk_fail_req() commit: bb24174754afc5a7d185ca5406dcfbc608cdf157 [3/3] ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_work commit: e6190dd0031d335c22586d34ef898301ed20f230 Best regards,