"controller is down; will reset" on SK Hynix NVMe drive in Lenovo IdeaPad Pro 5
Keith Busch
kbusch at kernel.org
Mon Nov 24 11:52:28 PST 2025
On Fri, Nov 21, 2025 at 02:06:23PM +0100, Thomas ten Cate wrote:
> On Thu, Nov 20, 2025 at 10:04 PM Keith Busch <kbusch at kernel.org> wrote:
>
> I tried adding the following to linux/drivers/nvme/host/core.c, in the
> core_quirks[] array. It takes a model name, not a device id, which I
> took from /sys/class/nvme/nvme0/model.
>
> {
> .vid = 0x1c5c,
> .mn = "SKHynix_HFS001TEJ4X112N",
> .quirks = NVME_QUIRK_NO_APST,
> }
>
> With NVME_QUIRK_NO_DEEPEST_PS, it still hung almost immediately. With
> NVME_QUIRK_NO_APST, it appears to be stable.
>
> Would you like me to send a patch?
Sure, but I think it'd be more universal to apply the quirk to the
nvme-pci driver's pci device table than to make it based on the model.
It's common for a model name to be different for various capacities, but
I suspect the power behavior is more generic than that, which should be
common with the device ID.
More information about the Linux-nvme
mailing list