public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ata fix for 6.19-rc1
@ 2025-12-05  9:43 Niklas Cassel
  2025-12-06  5:43 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Niklas Cassel @ 2025-12-05  9:43 UTC (permalink / raw)
  To: Linus Torvalds, linux-ide; +Cc: Damien Le Moal, Niklas Cassel

Linus,

The following changes since commit 6ce0dd9f54ea9773c0aedfaab7b858fc68a848ba:

  ata: libata-core: Disable LPM on Silicon Motion MD619{H,G}XCLDE3TC (2025-11-28 06:58:24 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.19-rc1-part2

for you to fetch changes up to 2e983271363108b3813b38754eb96d9b1cb252bb:

  ata: libata-core: Quirk DELLBOSS VD max_sectors (2025-12-02 11:17:56 +0100)

----------------------------------------------------------------
ata fix for 6.19-rc1

 - The DELLBOSS VD SATA controller times out when sending I/Os of size
   4096 KiB or larger, even though it claims LBA48 support, which per
   the ACS standard requires support for a maximum command size of
   65535 sectors, i.e. 32 MiB - 512. Thus, quirk the device so that it
   sets a lower maximum command size (me)

----------------------------------------------------------------
Niklas Cassel (2):
      ata: libata: Move quirk flags to their own enum
      ata: libata-core: Quirk DELLBOSS VD max_sectors

 drivers/ata/libata-core.c | 11 +++++++
 include/linux/ata.h       |  1 +
 include/linux/libata.h    | 76 +++++++++++++++++++++++++----------------------
 3 files changed, 52 insertions(+), 36 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-06  5:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-05  9:43 [GIT PULL] ata fix for 6.19-rc1 Niklas Cassel
2025-12-06  5:43 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox