Message ID | 20200910074843.217661-1-damien.lemoal@wdc.com |
---|---|
Headers | show |
Series | Improve error handling | expand |
Damien, > A small series to improve command error hadling. > > The first patch is a simple code cleanup. The second patch updates > asc/ascq sense codes list. Finally, the third patch adds zone resource > errors handling for zoned block deives to return BLK_STS_DEV_RESOURCE, > similarly to what the NVMe driver does for ZNS devices. Applied 1+2 to 5.10/scsi-staging. I'll wait to see where the BLK_STS stuff lands before applying patch 3. Thanks! -- Martin K. Petersen Oracle Linux Engineering
On 2020/09/16 9:29, Martin K. Petersen wrote: > > Damien, > >> A small series to improve command error hadling. >> >> The first patch is a simple code cleanup. The second patch updates >> asc/ascq sense codes list. Finally, the third patch adds zone resource >> errors handling for zoned block deives to return BLK_STS_DEV_RESOURCE, >> similarly to what the NVMe driver does for ZNS devices. > > Applied 1+2 to 5.10/scsi-staging. I'll wait to see where the BLK_STS > stuff lands before applying patch 3. Thanks! Working on that with Keith. Thanks !
On Thu, 10 Sep 2020 16:48:40 +0900, Damien Le Moal wrote: > A small series to improve command error hadling. > > The first patch is a simple code cleanup. The second patch updates > asc/ascq sense codes list. Finally, the third patch adds zone resource > errors handling for zoned block deives to return BLK_STS_DEV_RESOURCE, > similarly to what the NVMe driver does for ZNS devices. > > [...] Applied to 5.10/scsi-queue, thanks! [1/3] scsi: core: Clean up scsi_noretry_cmd() https://git.kernel.org/mkp/scsi/c/342c81eeaaf0 [2/3] scsi: core: Update additional sense codes list https://git.kernel.org/mkp/scsi/c/46c9d608f989 -- Martin K. Petersen Oracle Linux Engineering