All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvme-pci: Netac has bogus namespace ids
@ 2022-11-22 11:24 Sagi Grimberg
  2022-11-29  4:30 ` Chaitanya Kulkarni
  2022-11-29  8:46 ` Christoph Hellwig
  0 siblings, 2 replies; 4+ messages in thread
From: Sagi Grimberg @ 2022-11-22 11:24 UTC (permalink / raw)
  To: linux-nvme; +Cc: Christoph Hellwig, Keith Busch, Chaitanya Kulkarni

Add the quirk.

Reported-by: Andrey God <andreygod83@protonmail.com>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=216724
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
---
 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 bd5fcdc9211c..de42b7eeca0a 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3535,6 +3535,8 @@ static const struct pci_device_id nvme_id_table[] = {
 		.driver_data = NVME_QUIRK_BOGUS_NID, },
 	{ PCI_DEVICE(0x1d97, 0x2269), /* Lexar NM760 */
 		.driver_data = NVME_QUIRK_BOGUS_NID, },
+	{ PCI_DEVICE(0x1f40, 0x5236), /* Netac NVMe SSD */
+		.driver_data = NVME_QUIRK_BOGUS_NID, },
 	{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061),
 		.driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, },
 	{ PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),
-- 
2.34.1



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

* Re: [PATCH] nvme-pci: Netac has bogus namespace ids
  2022-11-22 11:24 [PATCH] nvme-pci: Netac has bogus namespace ids Sagi Grimberg
@ 2022-11-29  4:30 ` Chaitanya Kulkarni
  2022-11-29  8:46 ` Christoph Hellwig
  1 sibling, 0 replies; 4+ messages in thread
From: Chaitanya Kulkarni @ 2022-11-29  4:30 UTC (permalink / raw)
  To: Sagi Grimberg, linux-nvme
  Cc: Christoph Hellwig, Keith Busch, Chaitanya Kulkarni

On 11/22/22 03:24, Sagi Grimberg wrote:
> Add the quirk.
> 
> Reported-by: Andrey God <andreygod83@protonmail.com>
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=216724
> Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
> ---

Looks good.

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

-ck



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

* Re: [PATCH] nvme-pci: Netac has bogus namespace ids
  2022-11-22 11:24 [PATCH] nvme-pci: Netac has bogus namespace ids Sagi Grimberg
  2022-11-29  4:30 ` Chaitanya Kulkarni
@ 2022-11-29  8:46 ` Christoph Hellwig
  2022-11-30  8:26   ` Sagi Grimberg
  1 sibling, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2022-11-29  8:46 UTC (permalink / raw)
  To: Sagi Grimberg
  Cc: linux-nvme, Christoph Hellwig, Keith Busch, Chaitanya Kulkarni

This seems to be the same device we just quirked with
"nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000"


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

* Re: [PATCH] nvme-pci: Netac has bogus namespace ids
  2022-11-29  8:46 ` Christoph Hellwig
@ 2022-11-30  8:26   ` Sagi Grimberg
  0 siblings, 0 replies; 4+ messages in thread
From: Sagi Grimberg @ 2022-11-30  8:26 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-nvme, Keith Busch, Chaitanya Kulkarni


> This seems to be the same device we just quirked with
> "nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000"

Don't see that one in my mailbox, you can disregard this if you
have another patch for it...


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

end of thread, other threads:[~2022-11-30  8:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 11:24 [PATCH] nvme-pci: Netac has bogus namespace ids Sagi Grimberg
2022-11-29  4:30 ` Chaitanya Kulkarni
2022-11-29  8:46 ` Christoph Hellwig
2022-11-30  8:26   ` Sagi Grimberg

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.