[PATCH v2 0/2] fixup handling of timeouts with deferred QCs
Damien Le Moal <[email protected]> Fri, 10 Jul 2026 09:06:44 +0900
| Newsgroups | gmane.linux.scsi,gmane.linux.ide |
|---|---|
| Message-ID | <[email protected]> |
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. Martin, Once reviewed, I or you can take both patches ? 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 | 2 +- drivers/ata/libata-scsi.c | 52 ++++++++++++++++++++++++----- drivers/ata/libata.h | 3 +- drivers/scsi/libsas/sas_scsi_host.c | 17 ++++++++++ include/linux/libata.h | 4 +++ include/scsi/libsas.h | 2 ++ 6 files changed, 70 insertions(+), 10 deletions(-) -- 2.55.0