public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
From: Damien Le Moal <dlemoal@kernel.org>
To: maximilianpezzullo@gmail.com, Niklas Cassel <cassel@kernel.org>
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
	Filippo Baiamonte <filippo.ba03@bugzilla.kernel.org>
Subject: Re: [PATCH] ata: libata-core: Disable LPM on ST1000DM010-2EP102
Date: Wed, 4 Mar 2026 09:52:40 +0900	[thread overview]
Message-ID: <9834e067-9018-4a47-9591-d5784dcca26d@kernel.org> (raw)
In-Reply-To: <20260303-ata-libata-core-disable-lpm-on-st1000dm010-2ep102-v1-1-40d5db367f67@gmail.com>

On 3/4/26 07:52, Maximilian Pezzullo via B4 Relay wrote:
> From: Maximilian Pezzullo <maximilianpezzullo@gmail.com>
> 
> According to a user report, the ST1000DM010-2EP102 has problems with LPM,
> causing random system freezes since kernel 6.15. The drive belongs to the
> same BarraCuda family as the ST2000DM008-2FR102 which has the same issue.
> 
> Reported-by: Filippo Baiamonte <filippo.ba03@bugzilla.kernel.org>
> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=221163
> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Seriously ?

> Signed-off-by: Maximilian Pezzullo <maximilianpezzullo@gmail.com>

Looks good.

Reviewed-by: Damien Le Moal <dlemoal@kernel.org>

> ---
>  drivers/ata/libata-core.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
> index ccbf320524da..76b012f544ea 100644
> --- a/drivers/ata/libata-core.c
> +++ b/drivers/ata/libata-core.c
> @@ -4189,6 +4189,7 @@ static const struct ata_dev_quirks_entry __ata_dev_quirks[] = {
>  						ATA_QUIRK_FIRMWARE_WARN },
>  
>  	/* Seagate disks with LPM issues */
> +	{ "ST1000DM010-2EP102",	NULL,		ATA_QUIRK_NOLPM },
>  	{ "ST2000DM008-2FR102",	NULL,		ATA_QUIRK_NOLPM },

Note: if we see one more of these, I am going to be tempted to replace this with
a big hammer :)

	{ "ST?000DM0*",		NULL,		ATA_QUIRK_NOLPM },

>  
>  	/* drives which fail FPDMA_AA activation (some may freeze afterwards)
> 
> ---
> base-commit: af4e9ef3d78420feb8fe58cd9a1ab80c501b3c08
> change-id: 20260303-ata-libata-core-disable-lpm-on-st1000dm010-2ep102-b0b85608e034
> 
> Best regards,


-- 
Damien Le Moal
Western Digital Research

      reply	other threads:[~2026-03-04  0:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-03 22:52 [PATCH] ata: libata-core: Disable LPM on ST1000DM010-2EP102 Maximilian Pezzullo via B4 Relay
2026-03-04  0:52 ` Damien Le Moal [this message]

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=9834e067-9018-4a47-9591-d5784dcca26d@kernel.org \
    --to=dlemoal@kernel.org \
    --cc=cassel@kernel.org \
    --cc=filippo.ba03@bugzilla.kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maximilianpezzullo@gmail.com \
    /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