On Wed, 2021-07-21 at 20:34 -0700, Bart Van Assche wrote: > Neither SAM nor the UFS standard require that the UFS controller > fills in > > the completion status of commands that have been aborted (LUN RESET > aborts > > pending commands). Hence do not rely on the completion status > provided by > > the UFS controller for aborted commands but instead ask the SCSI core > to > > retry SCSI commands that have been aborted. > > > > Cc: Adrian Hunter <adrian.hunter@xxxxxxxxx> > > Cc: Stanley Chu <stanley.chu@xxxxxxxxxxxx> > > Cc: Can Guo <cang@xxxxxxxxxxxxxx> > > Cc: Asutosh Das <asutoshd@xxxxxxxxxxxxxx> > > Cc: Avri Altman <avri.altman@xxxxxxx> > > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > > --- Reviewed-by: Bean Huo <beanhuo@xxxxxxxxxx>