All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000
@ 2023-03-08 16:19 Elmer Miroslav Mosher Golovin
  2023-03-08 20:45 ` Chaitanya Kulkarni
  2023-03-09  9:42 ` Christoph Hellwig
  0 siblings, 2 replies; 3+ messages in thread
From: Elmer Miroslav Mosher Golovin @ 2023-03-08 16:19 UTC (permalink / raw)
  To: linux-nvme
  Cc: Keith Busch, Jens Axboe, Christoph Hellwig, Sagi Grimberg,
	Elmer Miroslav Mosher Golovin, stable

Added a quirk to fix the Netac NV3000 SSD reporting duplicate NGUIDs.

Cc: <stable@vger.kernel.org>
Signed-off-by: Elmer Miroslav Mosher Golovin <miroslav@mishamosher.com>
---
 drivers/nvme/host/pci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index 5b95c94ee40f..428d3f47760e 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3415,6 +3415,8 @@ static const struct pci_device_id nvme_id_table[] = {
 		.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
 	{ PCI_DEVICE(0x2646, 0x501E),   /* KINGSTON OM3PGP4xxxxQ OS21011 NVMe SSD */
 		.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
+	{ PCI_DEVICE(0x1f40, 0x1202),   /* Netac Technologies Co. NV3000 NVMe SSD */
+		.driver_data = NVME_QUIRK_BOGUS_NID, },
 	{ PCI_DEVICE(0x1f40, 0x5236),   /* Netac Technologies Co. NV7000 NVMe SSD */
 		.driver_data = NVME_QUIRK_BOGUS_NID, },
 	{ PCI_DEVICE(0x1e4B, 0x1001),   /* MAXIO MAP1001 */
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000
  2023-03-08 16:19 [PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000 Elmer Miroslav Mosher Golovin
@ 2023-03-08 20:45 ` Chaitanya Kulkarni
  2023-03-09  9:42 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Chaitanya Kulkarni @ 2023-03-08 20:45 UTC (permalink / raw)
  To: Elmer Miroslav Mosher Golovin, linux-nvme
  Cc: Keith Busch, Jens Axboe, Christoph Hellwig, Sagi Grimberg, stable

On 3/8/23 08:19, Elmer Miroslav Mosher Golovin wrote:
> Added a quirk to fix the Netac NV3000 SSD reporting duplicate NGUIDs.
>
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Elmer Miroslav Mosher Golovin <miroslav@mishamosher.com>
> ---
>

Looks good.

Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>

-ck



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000
  2023-03-08 16:19 [PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000 Elmer Miroslav Mosher Golovin
  2023-03-08 20:45 ` Chaitanya Kulkarni
@ 2023-03-09  9:42 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2023-03-09  9:42 UTC (permalink / raw)
  To: Elmer Miroslav Mosher Golovin
  Cc: linux-nvme, Keith Busch, Jens Axboe, Christoph Hellwig,
	Sagi Grimberg, stable

Thanks,

applied to nvme-6.3.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-09  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-08 16:19 [PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000 Elmer Miroslav Mosher Golovin
2023-03-08 20:45 ` Chaitanya Kulkarni
2023-03-09  9:42 ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.