mbox series

[0/2] Fix system resume for SCSI devices

Message ID 20240807203215.2439244-1-bvanassche@acm.org
Headers show
Series Fix system resume for SCSI devices | expand

Message

Bart Van Assche Aug. 7, 2024, 8:32 p.m. UTC
Hi Martin,

This patch series fixes a particular type of system resume failure for
SCSI devices. Please consider this patch series for the next merge window.

Thanks,

Bart.

Bart Van Assche (2):
  scsi: core: Retry passthrough commands if SCMD_RETRY_PASST_ON_UA is
    set
  sd: Retry START STOP UNIT commands in case of a unit attention

 drivers/scsi/scsi_error.c | 5 ++++-
 drivers/scsi/sd.c         | 1 +
 include/scsi/scsi_cmnd.h  | 5 ++++-
 3 files changed, 9 insertions(+), 2 deletions(-)