On 7/29/21 2:12 AM, Bean Huo wrote:
Removing hba->host->host_lock, use hba->outstanding_lock, the issue fixed by your patch [12/18] still be fixed?
Yes. My understanding is that setup_xfer_req() calls must be serialized against each other but not against any other code that is protected by the host lock.
Thanks, Bart.