Message ID | 20240123002220.129141-1-michael.christie@oracle.com (mailing list archive) |
---|---|
Headers | show |
Series | scsi: Allow scsi_execute users to request retries | expand |
On Mon, Jan 22, 2024 at 06:22:01PM -0600, Mike Christie wrote: > The following patches were made over Linus's tree which contains > a fix for sd which was not in Martin's branches. > > The patches allow scsi_execute_cmd users to have scsi-ml retry the > cmd for it instead of the caller having to parse the error and loop > itself. Looks good: Acked-by: Christoph Hellwig <hch@lst.de> let's get this in early for 6.9..
Mike, > The patches allow scsi_execute_cmd users to have scsi-ml retry the > cmd for it instead of the caller having to parse the error and loop > itself. Applied to 6.9/scsi-staging, thanks!
On Mon, 22 Jan 2024 18:22:01 -0600, Mike Christie wrote: > The following patches were made over Linus's tree which contains > a fix for sd which was not in Martin's branches. > > The patches allow scsi_execute_cmd users to have scsi-ml retry the > cmd for it instead of the caller having to parse the error and loop > itself. > > [...] Applied to 6.9/scsi-queue, thanks! [01/19] scsi: Allow passthrough to request scsi-ml retries https://git.kernel.org/mkp/scsi/c/994724e6b3f0 [02/19] scsi: Have scsi-ml retry scsi_probe_lun errors https://git.kernel.org/mkp/scsi/c/2a1f96f60a4b [03/19] scsi: retry INQUIRY after timeout https://git.kernel.org/mkp/scsi/c/987d7d3db0b9 [04/19] scsi: Use separate buf for START_STOP in sd_spinup_disk https://git.kernel.org/mkp/scsi/c/1008f5776fe5 [05/19] scsi: Have scsi-ml retry sd_spinup_disk errors https://git.kernel.org/mkp/scsi/c/c1acf38cd11e [06/19] scsi: hp_sw: Have scsi-ml retry scsi_execute_cmd errors https://git.kernel.org/mkp/scsi/c/fabe3ee92e18 [07/19] scsi: rdac: Have scsi-ml retry send_mode_select errors https://git.kernel.org/mkp/scsi/c/f316ff46a0ff [08/19] scsi: spi: Have scsi-ml retry spi_execute UAs https://git.kernel.org/mkp/scsi/c/5dbf10473642 [09/19] scsi: sd: Have scsi-ml retry sd_sync_cache errors https://git.kernel.org/mkp/scsi/c/183053203d45 [10/19] scsi: ch: Remove unit_attention https://git.kernel.org/mkp/scsi/c/11a26723210e [11/19] scsi: ch: Have scsi-ml retry ch_do_scsi UAs https://git.kernel.org/mkp/scsi/c/e11f35c46ebd [12/19] scsi: Have scsi-ml retry scsi_mode_sense UAs https://git.kernel.org/mkp/scsi/c/21bdff48e12b [13/19] scsi: Have scsi-ml retry scsi_report_lun_scan errors https://git.kernel.org/mkp/scsi/c/8d24677ebb9e [14/19] scsi: sd: Have pr commands retry UAs https://git.kernel.org/mkp/scsi/c/eea6ef3792e3 [15/19] scsi: sd: Have scsi-ml retry read_capacity_10 errors https://git.kernel.org/mkp/scsi/c/0f11328f2f46 [16/19] scsi: ses: Have scsi-ml retry scsi_execute_cmd errors https://git.kernel.org/mkp/scsi/c/3a7b4579328e [17/19] scsi: sr: Have scsi-ml retry get_sectorsize errors https://git.kernel.org/mkp/scsi/c/b72f2d149e24 [18/19] scsi: ufs: Have scsi-ml retry start stop errors https://git.kernel.org/mkp/scsi/c/b8c3a7bac9b6 [19/19] scsi: Add kunit tests for scsi_check_passthrough https://git.kernel.org/mkp/scsi/c/25a1f7a0a1fe