mbox series

[GIT,PULL] ata fixes for 6.11-rc4

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.11-rc4

Message

Niklas Cassel Aug. 15, 2024, 12:43 p.m. UTC
Linus,

The following changes since commit 89fb4dfacbb33750e0243848f4c54d73e558ba9a:

  dt-bindings: ata: rockchip-dwc-ahci: add missing power-domains (2024-07-29 09:04:09 +0900)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.11-rc4

for you to fetch changes up to fa0db8e568787c665384430eaf2221b299b85367:

  Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error" (2024-08-14 15:49:37 +0200)

----------------------------------------------------------------
ata fixes for 6.11-rc4

 - Revert a recent change to sense data generation.

   Sense data can be in either fixed format or descriptor format.

   The D_SENSE bit in the Control mode page controls which format to
   generate. All places but one respected the D_SENSE bit.

   The recent change fixed the one place that didn't respect the D_SENSE
   bit. However, it turns out that hdparm, hddtemp and udisks
   (incorrectly) assumes sense data in descriptor format.

   Therefore, even while the change was technically correct, revert it,
   since even if these user space programs are fixed to (correctly) look
   at the format type before parsing the data, older versions of these
   tools will be around roughly forever.

----------------------------------------------------------------
Niklas Cassel (1):
      Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error"

 drivers/ata/libata-scsi.c | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 15, 2024, 5:42 p.m. UTC | #1
The pull request you sent on Thu, 15 Aug 2024 14:43:10 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.11-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6e80a1fd99fd71a2e104f45f2aeafb0cb19da44a

Thank you!