linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nvme-pci-disable-write-zeros-support-on-kingston-SSD
@ 2022-09-30  9:14 Xander Li
  2022-10-03  7:18 ` Christoph Hellwig
  2022-10-03 16:19 ` Bart Van Assche
  0 siblings, 2 replies; 3+ messages in thread
From: Xander Li @ 2022-09-30  9:14 UTC (permalink / raw)
  To: paulburton, kbusch, axboe, hch, sagi, linux-nvme, linux-kernel
  Cc: ralf, jhogan, christian, jeff_yang, dora_chueh, james_liu,
	vincent_wu, xander_li, Xander Li

---
 drivers/nvme/host/pci.c | 10 ++++++++++
 1 file changed, 10 insertions(+)
 mode change 100644 => 100755 drivers/nvme/host/pci.c

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
old mode 100644
new mode 100755
index 98864b853eef..d08c8c854f3a
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3503,6 +3503,16 @@ static const struct pci_device_id nvme_id_table[] = {
 		.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
 	{ PCI_DEVICE(0x2646, 0x2263),   /* KINGSTON A2000 NVMe SSD  */
 		.driver_data = NVME_QUIRK_NO_DEEPEST_PS, },
+	{ PCI_DEVICE(0x2646, 0x5018),   /* KINGSTON OM8SFP4xxxxP OS21012 NVMe SSD */
+		.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
+	{ PCI_DEVICE(0x2646, 0x5016),   /* KINGSTON OM3PGP4xxxxP OS21011 NVMe SSD */
+		.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
+	{ PCI_DEVICE(0x2646, 0x501A),   /* KINGSTON OM8PGP4xxxxP OS21005 NVMe SSD */
+		.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
+	{ PCI_DEVICE(0x2646, 0x501B),   /* KINGSTON OM8PGP4xxxxQ OS21005 NVMe SSD */
+		.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(0x1e4B, 0x1001),   /* MAXIO MAP1001 */
 		.driver_data = NVME_QUIRK_BOGUS_NID, },
 	{ PCI_DEVICE(0x1e4B, 0x1002),   /* MAXIO MAP1002 */
-- 
2.25.1



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

* Re: [PATCH] nvme-pci-disable-write-zeros-support-on-kingston-SSD
  2022-09-30  9:14 [PATCH] nvme-pci-disable-write-zeros-support-on-kingston-SSD Xander Li
@ 2022-10-03  7:18 ` Christoph Hellwig
  2022-10-03 16:19 ` Bart Van Assche
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2022-10-03  7:18 UTC (permalink / raw)
  To: Xander Li
  Cc: paulburton, kbusch, axboe, hch, sagi, linux-nvme, linux-kernel,
	ralf, jhogan, christian, jeff_yang, dora_chueh, james_liu,
	vincent_wu, xander_li

Please write a proper changelog and use a proper subject line.

On Fri, Sep 30, 2022 at 02:14:01AM -0700, Xander Li wrote:
> ---
>  drivers/nvme/host/pci.c | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>  mode change 100644 => 100755 drivers/nvme/host/pci.c

... and don't change file modes.


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

* Re: [PATCH] nvme-pci-disable-write-zeros-support-on-kingston-SSD
  2022-09-30  9:14 [PATCH] nvme-pci-disable-write-zeros-support-on-kingston-SSD Xander Li
  2022-10-03  7:18 ` Christoph Hellwig
@ 2022-10-03 16:19 ` Bart Van Assche
  1 sibling, 0 replies; 3+ messages in thread
From: Bart Van Assche @ 2022-10-03 16:19 UTC (permalink / raw)
  To: Xander Li, paulburton, kbusch, axboe, hch, sagi, linux-nvme,
	linux-kernel
  Cc: ralf, jhogan, christian, jeff_yang, dora_chueh, james_liu,
	vincent_wu, xander_li

On 9/30/22 02:14, Xander Li wrote:
> [ ... ]

corp-partner.google.com e-mail addresses must not be used for posting 
patches. Please use your kingston.com e-mail address when posting patches.

Thanks,

Bart.


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

end of thread, other threads:[~2022-10-03 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30  9:14 [PATCH] nvme-pci-disable-write-zeros-support-on-kingston-SSD Xander Li
2022-10-03  7:18 ` Christoph Hellwig
2022-10-03 16:19 ` Bart Van Assche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).