From: Damien Le Moal <dlemoal@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-ide@vger.kernel.org
Cc: Niklas Cassel <cassel@kernel.org>
Subject: [GIT PULL] ata fixes for 6.15-rc4
Date: Sat, 26 Apr 2025 07:55:21 +0900 [thread overview]
Message-ID: <20250425225521.2178472-1-dlemoal@kernel.org> (raw)
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(-)
next reply other threads:[~2025-04-25 22:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-25 22:55 Damien Le Moal [this message]
2025-04-25 23:35 ` [GIT PULL] ata fixes for 6.15-rc4 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250425225521.2178472-1-dlemoal@kernel.org \
--to=dlemoal@kernel.org \
--cc=cassel@kernel.org \
--cc=linux-ide@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.