The following changes since commit 49e4d04f0486117ac57a97890eb1db6d52bf82b3: block: Drop spurious might_sleep() from blk_put_queue() (2023-01-08 20:29:28 -0700) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-6.2-2023-01-12 for you to fetch changes up to c7c0644ead24c59cc5e0f2ff0ade89b21783614a: MAINTAINERS: stop nvme matching for nvmem files (2023-01-10 08:16:39 +0100) ---------------------------------------------------------------- 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) ---------------------------------------------------------------- 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 Russell King (Oracle) (1): MAINTAINERS: stop nvme matching for nvmem files Tong Zhang (1): nvme-pci: fix error handling in nvme_pci_enable() MAINTAINERS | 3 +- drivers/nvme/host/apple.c | 2 +- drivers/nvme/host/ioctl.c | 110 ++++++++++++++++++++++++++-------------------- drivers/nvme/host/pci.c | 12 +++-- 4 files changed, 75 insertions(+), 52 deletions(-)