Message ID | 20210609033929.3815-1-martin.petersen@oracle.com (mailing list archive) |
---|---|
Headers | show |
Series | Subject: Protection information and block size cleanup | expand |
On 6/8/21 8:39 PM, Martin K. Petersen wrote: > This series cleans up how low-level device drivers go about handling > protection information. The SCSI midlayer provides a set of flags and > helpers but not all drivers currently use them. This series updates > the drivers to use the proper calls to query things like the > protection interval, reference tag seed value, etc. Hi Martin, Do you plan to queue or repost this patch series? Thanks, Bart.
Bart,
> Do you plan to queue or repost this patch series?
Yes. Still haven't pushed my 5.15 tree because I had several issues with
-rc1, including the configfs bug which broke most of my test setup. I am
rebasing to -rc2.
On 7/18/21 6:43 PM, Martin K. Petersen wrote: > Yes. Still haven't pushed my 5.15 tree because I had several issues with > -rc1, including the configfs bug which broke most of my test setup. Hi Martin, To test my configfs patch I used LIO scripts that I wrote many years ago. It was only after I received a bug report that I realized that these scripts only write configfs attributes but do not read any configfs attribute. The configfs breakage shouldn't have happened but this explains how read testing got overlooked. Bart.
On Tue, 8 Jun 2021 23:39:14 -0400, Martin K. Petersen wrote: > This series cleans up how low-level device drivers go about handling > protection information. The SCSI midlayer provides a set of flags and > helpers but not all drivers currently use them. This series updates > the drivers to use the proper calls to query things like the > protection interval, reference tag seed value, etc. > > In addition scsi_debug is enhanced to validate and store protection > information the same way as a regular PI-capable disk drive or > SSD. With these changes scsi_debug is now able to pass the same PI > qualification tests as physical hardware. > > [...] Applied to 5.15/scsi-queue, thanks! [01/15] scsi: core: Add scsi_prot_ref_tag() helper https://git.kernel.org/mkp/scsi/c/7ba46799d346 [03/15] scsi: qla2xxx: Use the proper SCSI midlayer interfaces for PI https://git.kernel.org/mkp/scsi/c/e2e9cd68fb3c [06/15] scsi: zfcp: Use the proper SCSI midlayer interfaces for PI https://git.kernel.org/mkp/scsi/c/73e61d5c22bf [08/15] scsi: scsi_debug: Remove dump_sector() https://git.kernel.org/mkp/scsi/c/c78be80d20cd [09/15] scsi: scsi_debug: Improve RDPROTECT/WRPROTECT handling https://git.kernel.org/mkp/scsi/c/f7be677227a5 [10/15] scsi: core: Introduce scsi_get_sector() https://git.kernel.org/mkp/scsi/c/f0f214fe8cd3 [11/15] scsi: iser: Use scsi_get_sector() instead of scsi_get_lba() https://git.kernel.org/mkp/scsi/c/87662a472a9d [12/15] scsi: core: Make scsi_get_lba() return the LBA https://git.kernel.org/mkp/scsi/c/d2c945f01d23 [15/15] scsi: ufs: core: Use scsi_get_lba() to get LBA https://git.kernel.org/mkp/scsi/c/54815088859f