Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'block-6.3-2023-04-14' of git://git.kernel.dk/linux

Pull block fix from Jens Axboe:
"A single NVMe quirk entry addition"

* tag 'block-6.3-2023-04-14' of git://git.kernel.dk/linux:
nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD

+2
+2
drivers/nvme/host/pci.c
··· 3443 3443 { PCI_DEVICE(0x1d97, 0x2269), /* Lexar NM760 */ 3444 3444 .driver_data = NVME_QUIRK_BOGUS_NID | 3445 3445 NVME_QUIRK_IGNORE_DEV_SUBNQN, }, 3446 + { PCI_DEVICE(0x10ec, 0x5763), /* TEAMGROUP T-FORCE CARDEA ZERO Z330 SSD */ 3447 + .driver_data = NVME_QUIRK_BOGUS_NID, }, 3446 3448 { PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0061), 3447 3449 .driver_data = NVME_QUIRK_DMA_ADDRESS_BITS_48, }, 3448 3450 { PCI_DEVICE(PCI_VENDOR_ID_AMAZON, 0x0065),