Hi Linus, 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. Please pull! The following changes since commit b2b50d572135c5c6e10c2ff79cd828d5a8141ef6: block: Remove "select SRCU" (2023-01-05 08:50:10 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.2-2023-01-13 for you to fetch changes up to 3d25b1e8369273d76f5f2634f164236ba9e40d32: Merge tag 'nvme-6.2-2023-01-12' of git://git.infradead.org/nvme into block-6.2 (2023-01-12 10:36:35 -0700) ---------------------------------------------------------------- block-6.2-2023-01-13 ---------------------------------------------------------------- Christoph Hellwig (3): nvme: remove __nvme_ioctl nvme: replace the "bool vec" arguments with flags in the ioctl path nvme: don't allow unprivileged passthrough on partitions Hector Martin (2): nvme-apple: add NVME_QUIRK_IDENTIFY_CNS quirk to fix regression nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllers Jens Axboe (1): Merge tag 'nvme-6.2-2023-01-12' of git://git.infradead.org/nvme into block-6.2 Russell King (Oracle) (1): MAINTAINERS: stop nvme matching for nvmem files Tejun Heo (1): block: Drop spurious might_sleep() from blk_put_queue() Tong Zhang (1): nvme-pci: fix error handling in nvme_pci_enable() MAINTAINERS | 3 +- block/blk-core.c | 3 -- drivers/nvme/host/apple.c | 2 +- drivers/nvme/host/ioctl.c | 110 ++++++++++++++++++++++++++-------------------- drivers/nvme/host/pci.c | 12 +++-- 5 files changed, 75 insertions(+), 55 deletions(-) -- Jens Axboe