Hi Linus, Nothing major in here, just miscellanous fixes for MD and NVMe: - NVMe pull request via Keith - Proper nvme ctrl state setting (Keith) - Passthrough command optimization (Keith) - Spectre fix (Nitesh) - Kconfig clarifications (Shin'ichiro) - Frozen state deadlock fix (Bitao) - Power setting quirk (Georg) - MD pull requests via Song - 6.7 regresisons with recovery/sync (Yu) - Reshape fix (David) Please pull! The following changes since commit 8ad3ac92f0760fdd8537857ee1adfde849ab0268: Merge tag 'nvme-6.7-2023-12-01' of git://git.infradead.org/nvme into block-6.7 (2023-12-01 09:09:16 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.7-2023-12-08 for you to fetch changes up to c6d3ab9e76dc01011392cf8309f7e684b94ec464: Merge tag 'md-fixes-20231207-1' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.7 (2023-12-07 12:15:18 -0700) ---------------------------------------------------------------- block-6.7-2023-12-08 ---------------------------------------------------------------- Bitao Hu (1): nvme: fix deadlock between reset and scan David Jeffery (1): md/raid6: use valid sector values to determine if an I/O should wait on the reshape Georg Gottleuber (1): nvme-pci: Add sleep quirk for Kingston drives Jens Axboe (4): Merge tag 'md-fixes-20231201-1' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.7 Merge tag 'md-fixes-20231206' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.7 Merge tag 'nvme-6.7-2023-12-7' of git://git.infradead.org/nvme into block-6.7 Merge tag 'md-fixes-20231207-1' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.7 Keith Busch (3): nvme: introduce helper function to get ctrl state nvme: ensure reset state check ordering nvme-ioctl: move capable() admin check to the end Nitesh Shetty (1): nvme: prevent potential spectre v1 gadget Shin'ichiro Kawasaki (1): nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptions Yu Kuai (4): md: fix missing flush of sync_work md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly() md: fix stopping sync thread md: split MD_RECOVERY_NEEDED out of mddev_resume drivers/md/md.c | 144 ++++++++++++++++++++++------------------- drivers/md/raid5.c | 4 +- drivers/nvme/host/Kconfig | 5 +- drivers/nvme/host/core.c | 52 +++++++++------ drivers/nvme/host/fc.c | 6 +- drivers/nvme/host/ioctl.c | 21 +++--- drivers/nvme/host/nvme.h | 11 ++++ drivers/nvme/host/pci.c | 30 ++++++--- drivers/nvme/host/rdma.c | 23 ++++--- drivers/nvme/host/tcp.c | 27 +++++--- drivers/nvme/target/Kconfig | 5 +- drivers/nvme/target/configfs.c | 3 + 12 files changed, 197 insertions(+), 134 deletions(-) -- Jens Axboe