From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BC11C2C181; Mon, 23 Mar 2026 14:20:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774275637; cv=none; b=GsdLjg6qloQDIsf90JoME0YIuUcoF10CF7sq0p7u+/W5/++sWkH8ZVpgfdmlCuxtmgz+dRMCP9RQqRMyYFJtp+LNDFll0+fzo4kbpGqZZM6k9DhfoQH5dq5KLp8i5vjO2+rwy698pLjV0xmqV4itTYkNF0CtSSm4WNcT+FtMvvE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774275637; c=relaxed/simple; bh=TXYAR186E10hyYBQePB1mzORwv36ZLM3f2jRgrJef+8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=EjfIeNGarRyRF6D09i/0yhS+SVe6EGRymn2DGJyRI7hKL23UtGXkVvZMWmyGW7fUAqUcxkcEC5vL8lvc3wdUOmC4W9C6LzGpQlJR+BFbs0sm1nuOpFgGJSMRYxDIrXl4++9TfbOzLANotFgp0LKfd8WVzH6oGi04KhtI282irXw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=PZdgVZZw; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="PZdgVZZw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34E0EC4CEF7; Mon, 23 Mar 2026 14:20:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1774275637; bh=TXYAR186E10hyYBQePB1mzORwv36ZLM3f2jRgrJef+8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PZdgVZZwoG/uqAIMQlZ8vCDHYdwdT1wqP2y0O+ZXLoC4xC0+vlw8VUwG357fZOOLC 8qCa3UJfLlU+1gRspLNvMZqdXwdzPhCYBqqa+t8EApG5LtYldfvxKtuuSaFD9jLmgc GsVeif0vLG4APSNtj3TLq2Yg7U2xrXyu2FA5cs6A= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Filippo Baiamonte , Maximilian Pezzullo , Damien Le Moal , Niklas Cassel Subject: [PATCH 6.12 168/460] ata: libata-core: Disable LPM on ST1000DM010-2EP102 Date: Mon, 23 Mar 2026 14:42:44 +0100 Message-ID: <20260323134530.676048368@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260323134526.647552166@linuxfoundation.org> References: <20260323134526.647552166@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Maximilian Pezzullo commit b3b1d3ae1d87bc9398fb715c945968bf4c75a09a upstream. According to a user report, the ST1000DM010-2EP102 has problems with LPM, causing random system freezes. The drive belongs to the same BarraCuda family as the ST2000DM008-2FR102 which has the same issue. Cc: stable@vger.kernel.org Fixes: 7627a0edef54 ("ata: ahci: Drop low power policy board type") Reported-by: Filippo Baiamonte Closes: https://bugzilla.kernel.org/show_bug.cgi?id=221163 Signed-off-by: Maximilian Pezzullo Reviewed-by: Damien Le Moal Signed-off-by: Niklas Cassel Signed-off-by: Greg Kroah-Hartman --- drivers/ata/libata-core.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -4102,6 +4102,7 @@ static const struct ata_dev_quirks_entry ATA_QUIRK_FIRMWARE_WARN }, /* Seagate disks with LPM issues */ + { "ST1000DM010-2EP102", NULL, ATA_QUIRK_NOLPM }, { "ST2000DM008-2FR102", NULL, ATA_QUIRK_NOLPM }, /* drives which fail FPDMA_AA activation (some may freeze afterwards)