Message ID | 20240809193115.1222737-1-bvanassche@acm.org (mailing list archive) |
---|---|
Headers | show |
Series | Fix system resume for SCSI devices | expand |
Hi Bart! > This patch series fixes a particular type of system resume failure for > SCSI devices. Please consider this patch series for the next merge > window. I have been working on several tricky regressions where the remedy is similar in nature to yours. I.e. retrying in some situations. I ended up using the scsi_failure infrastructure to handle the cases I care about but now wonder if a more generic approach is warranted. I'll contemplate a bit and try to reconcile my changes with yours.