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)
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


Trivial merge