]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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()

1  2 
MAINTAINERS

diff --cc MAINTAINERS
Simple merge