Linus, The following changes since commit 399eab7f92fb73ffe621294a2d6bec8fc9f3b36b: ata: libata-sata: Save all fields from sense data descriptor (2025-04-16 17:33:17 +0900) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/libata/linux tags/ata-6.15-rc4 for you to fetch changes up to 14a3cc755825ef7b34c986aa2786ea815023e9c5: scsi: Improve CDL control (2025-04-22 16:06:08 +0900) ---------------------------------------------------------------- ata fixes for 6.15-rc4 * Fix the incorrect return type of ata_mselect_control_ata_feature() * Several fixes for the control of the Command Duration Limits feature to avoid unnecessary enable and disable actions. Avoiding the unnecessary enable action also avoids unwanted resets of the CDL statistics log page as that is implied for any enable action. * Fix the translation for sensing the control mode page to correctly return the last enable or disable action performed, as defined in SAT-6. This correct mode sense information is used to fix the behavior of the scsi layer to avoid unnecessary mode select command issuing. ---------------------------------------------------------------- Damien Le Moal (4): ata: libata-scsi: Fix ata_mselect_control_ata_feature() return type ata: libata-scsi: Fix ata_msense_control_ata_feature() ata: libata-scsi: Improve CDL control scsi: Improve CDL control drivers/ata/libata-scsi.c | 25 +++++++++++++++++-------- drivers/scsi/scsi.c | 36 ++++++++++++++++++++++++------------ 2 files changed, 41 insertions(+), 20 deletions(-)