Re: [PATCH v3 1/3] scsi: ufs: Serialize eh_work with system PM events and async scan

2020-11-30 Thread Asutosh Das (asd)
On 11/16/2020 11:04 PM, Can Guo wrote: Serialize eh_work with system PM events and async scan to make sure eh_work does not run in parallel with them. Signed-off-by: Can Guo --- Reviewed-by: Asutosh Das drivers/scsi/ufs/ufshcd.c | 64 +--

Re: [PATCH v3 1/3] scsi: ufs: Serialize eh_work with system PM events and async scan

2020-11-24 Thread hongwus
On 2020-11-17 15:04, Can Guo wrote: Serialize eh_work with system PM events and async scan to make sure eh_work does not run in parallel with them. Signed-off-by: Can Guo --- drivers/scsi/ufs/ufshcd.c | 64 +-- drivers/scsi/ufs/ufshcd.h | 1 + 2

[PATCH v3 1/3] scsi: ufs: Serialize eh_work with system PM events and async scan

2020-11-16 Thread Can Guo
Serialize eh_work with system PM events and async scan to make sure eh_work does not run in parallel with them. Signed-off-by: Can Guo --- drivers/scsi/ufs/ufshcd.c | 64 +-- drivers/scsi/ufs/ufshcd.h | 1 + 2 files changed, 41 insertions(+), 24