Merge tag 'nvme-6.2-2023-01-12' of git://git.infradead.org/nvme into block-6.2 block-6.2-2023-01-13
authorJens Axboe <axboe@kernel.dk>
Thu, 12 Jan 2023 17:36:35 +0000 (10:36 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 12 Jan 2023 17:36:35 +0000 (10:36 -0700)
commit3d25b1e8369273d76f5f2634f164236ba9e40d32
treedeec9a68e14f4e550c040fd7b308d50575760538
parent49e4d04f0486117ac57a97890eb1db6d52bf82b3
parentc7c0644ead24c59cc5e0f2ff0ade89b21783614a
Merge tag 'nvme-6.2-2023-01-12' of git://git.infradead.org/nvme into block-6.2

Pull NVMe fixes from Christoph:

"nvme fixes for Linux 6.2

 - Identify quirks for Apple controllers (Hector Martin)
 - fix error handling in nvme_pci_enable (Tong Zhang)
 - refuse unprivileged passthrough on partitions (Christoph Hellwig)
 - fix MAINTAINERS to not match nvmem subsystem headers (Russell King)"

* tag 'nvme-6.2-2023-01-12' of git://git.infradead.org/nvme:
  MAINTAINERS: stop nvme matching for nvmem files
  nvme: don't allow unprivileged passthrough on partitions
  nvme: replace the "bool vec" arguments with flags in the ioctl path
  nvme: remove __nvme_ioctl
  nvme-pci: fix error handling in nvme_pci_enable()
  nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllers
  nvme-apple: add NVME_QUIRK_IDENTIFY_CNS quirk to fix regression