Patch "nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state" has been added to the 5.11-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state

to the 5.11-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     nvme-pci-mark-kingston-skc2000-as-not-supporting-the.patch
and it can be found in the queue-5.11 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 59682e5462075e2fdd9bfb183263b369d31aacfd
Author: Zoltán Böszörményi <zboszor@xxxxxxxxx>
Date:   Sun Feb 21 06:12:16 2021 +0100

    nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state
    
    [ Upstream commit dc22c1c058b5c4fe967a20589e36f029ee42a706 ]
    
    My 2TB SKC2000 showed the exact same symptoms that were provided
    in 538e4a8c57 ("nvme-pci: avoid the deepest sleep state on
    Kingston A2000 SSDs"), i.e. a complete NVME lockup that needed
    cold boot to get it back.
    
    According to some sources, the A2000 is simply a rebadged
    SKC2000 with a slightly optimized firmware.
    
    Adding the SKC2000 PCI ID to the quirk list with the same workaround
    as the A2000 made my laptop survive a 5 hours long Yocto bootstrap
    buildfest which reliably triggered the SSD lockup previously.
    
    Signed-off-by: Zoltán Böszörményi <zboszor@xxxxxxxxx>
    Signed-off-by: Christoph Hellwig <hch@xxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index 7a38d764b486..14c5b52400ef 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3262,6 +3262,8 @@ static const struct pci_device_id nvme_id_table[] = {
 		.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
 	{ PCI_DEVICE(0x1d97, 0x2263),   /* SPCC */
 		.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
+	{ PCI_DEVICE(0x2646, 0x2262),   /* KINGSTON SKC2000 NVMe SSD */
+		.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
 	{ PCI_DEVICE(0x2646, 0x2263),   /* KINGSTON A2000 NVMe SSD  */
 		.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
 	{ PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2001),



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux