RE: [PATCH v2 0/3] scsi: ufs: fix broken hba->outstanding_tasks

2019-08-19 Thread Stanley Chu
Hi Avri, On Thu, 2019-07-25 at 16:52 +0800, Stanley Chu wrote: > Hi Avri, > > On Thu, 2019-07-25 at 07:54 +, Avri Altman wrote: > > Stanly, > > > > > > > > Currently bits in hba->outstanding_tasks are cleared only after their > > > corresponding task management commands are successfully don

RE: [PATCH v2 0/3] scsi: ufs: fix broken hba->outstanding_tasks

2019-07-25 Thread Stanley Chu
Hi Avri, On Thu, 2019-07-25 at 07:54 +, Avri Altman wrote: > Stanly, > > > > > Currently bits in hba->outstanding_tasks are cleared only after their > > corresponding task management commands are successfully done by > > __ufshcd_issue_tm_cmd(). > > > > If timeout happens in a task manageme

RE: [PATCH v2 0/3] scsi: ufs: fix broken hba->outstanding_tasks

2019-07-25 Thread Avri Altman
Stanly, > > Currently bits in hba->outstanding_tasks are cleared only after their > corresponding task management commands are successfully done by > __ufshcd_issue_tm_cmd(). > > If timeout happens in a task management command, its corresponding > bit in hba->outstanding_tasks will not be cleare