public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
From: Niklas Cassel <cassel@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-ide@vger.kernel.org
Cc: Damien Le Moal <dlemoal@kernel.org>, Niklas Cassel <cassel@kernel.org>
Subject: [GIT PULL] ata fix for 6.19-rc1
Date: Fri,  5 Dec 2025 10:43:39 +0100	[thread overview]
Message-ID: <20251205094339.1032996-1-cassel@kernel.org> (raw)

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(-)

             reply	other threads:[~2025-12-05  9:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-05  9:43 Niklas Cassel [this message]
2025-12-06  5:43 ` [GIT PULL] ata fix for 6.19-rc1 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=20251205094339.1032996-1-cassel@kernel.org \
    --to=cassel@kernel.org \
    --cc=dlemoal@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox