Re: [PATCH v5 0/2] fixup handling of timeouts with deferred QCs
Igor Pylypiv <[email protected]> Fri, 17 Jul 2026 10:32:30 -0700
| Newsgroups | gmane.linux.ide,gmane.linux.scsi |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 16, 2026 at 05:38:45PM +0900, Damien Le Moal wrote: > This patch series fixes libata and libsas to correctly handles deferred > queued commands in case of a timeout error, to avoid excessive delays in > waking up the scsi EH task. > > Igor, > > My apologies for the churn, but please retest ! > Also, I added your Signed-off-by on patch 2 since half of it is yours. Thank you, Damien! Test resuls look good. I saw you are planning to send v6, I'll wait for it and will retest again. Tested-by: Igor Pylypiv <[email protected]> > > Martin, > > Once reviewed, I or you can take both patches ? > > Changes from v4: > - Simplified sas_eh_timed_out() code in patch 2 > > Changes from v3: > - Reimplement ata_scsi_requeue_deferred_qc() in patch 1 as > ata_eh_retry_deferred_qc() so that all requeue pathes use the same > function. > > Changes from v2: > - Modified patch 1 to avoid the problem reported by Sashiko that requeued > deferred QCs may be re-ssued immediately by the block layer, thus > potentially keeping the device busy. The modification now relies on > libata-EH to perform the requeue instead of immediately doing it from > the eh_timed_out operation. > - Modified patch 2 to use the new helper function defined in patch 1. > > Changes from v1: > - Modified patch 1 to ignore timed out deferred QCs in > ata_scsi_requeue_deferred_qc() to let ata_scsi_cmd_error_handler() > correctly handle this case. > > Damien Le Moal (2): > ata: libata-scsi: terminate deferred commands on time out > scsi: libsas: terminate deferred commands on time out > > drivers/ata/libata-eh.c | 38 ++++++++++++++++---- > drivers/ata/libata-scsi.c | 56 +++++++++++++++++------------ > drivers/ata/libata.h | 2 +- > drivers/scsi/libsas/sas_scsi_host.c | 15 ++++++++ > include/linux/libata.h | 3 ++ > include/scsi/libsas.h | 2 ++ > 6 files changed, 86 insertions(+), 30 deletions(-) > > -- > 2.55.0 >