On 2/2/24 18:45, Ming Lei wrote:
Commit 4373534a9850 ("scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler") is for fixing hard lockup issue triggered by EH. The core idea is to move scsi_host_busy() out of host lock if it is called for per-command. However, the patch is merged as wrong and
^^^^^^^^^^^^^^^ I'm not sure what this means?
doesn't move scsi_host_busy() out of host lock, so fix it.
Anyway: Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>