mbox series

[GIT,PULL] ata fixes for 6.15-rc4

Message ID 20250425225521.2178472-1-dlemoal@kernel.org
State New
Headers show
Series [GIT,PULL] ata fixes for 6.15-rc4 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.15-rc4

Message

Damien Le Moal April 25, 2025, 10:55 p.m. UTC
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@gitolite.kernel.org/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(-)

Comments

pr-tracker-bot@kernel.org April 25, 2025, 11:35 p.m. UTC | #1
The pull request you sent on Sat, 26 Apr 2025 07:55:21 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.15-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1eb09e624f69a619947f262259b3eb90f56ff7f1

Thank you!