Merge tag 'block-6.2-2023-01-13' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Jan 2023 23:41:19 +0000 (17:41 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Jan 2023 23:41:19 +0000 (17:41 -0600)
commit97ec4d559d939743e8af83628be5af8da610d9dc
tree346e3cf65e037d89598f0334e0099c16a1128e1f
parent2ce7592df99f7356cc8697ad10849987237abca4
parent3d25b1e8369273d76f5f2634f164236ba9e40d32
Merge tag 'block-6.2-2023-01-13' of git://git.kernel.dk/linux

Pull block fixes from Jens Axboe:
 "Nothing major in here, just a collection of NVMe fixes and dropping a
  wrong might_sleep() that static checkers tripped over but which isn't
  valid"

* tag 'block-6.2-2023-01-13' of git://git.kernel.dk/linux:
  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
  block: Drop spurious might_sleep() from blk_put_queue()
MAINTAINERS