Hi Linus, Just a small NVMe merge for this week, fixing protection of the name space list, and a missing clear of a reserved field when unused. Please pull! The following changes since commit 7d4a93176e0142ce16d23c849a47d5b00b856296: ublk_drv: don't forward io commands in reserve order (2022-11-23 20:36:57 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.1-2022-12-02 for you to fetch changes up to d0f411c0b9bdef85f647e15a2fcc790b29891f2c: Merge tag 'nvme-6.1-2022-01-02' of git://git.infradead.org/nvme into block-6.1 (2022-12-02 08:01:06 -0700) ---------------------------------------------------------------- block-6.1-2022-12-02 ---------------------------------------------------------------- Caleb Sander (1): nvme: fix SRCU protection of nvme_ns_head list Jens Axboe (1): Merge tag 'nvme-6.1-2022-01-02' of git://git.infradead.org/nvme into block-6.1 Lei Rao (1): nvme-pci: clear the prp2 field when not used drivers/nvme/host/core.c | 2 +- drivers/nvme/host/multipath.c | 3 +++ drivers/nvme/host/pci.c | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) -- Jens Axboe