Hi Linus, Just an NVMe pull request this time, with a fix for bad sleeping context, and a revert of a patch that caused some trouble. Please pull! The following changes since commit 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) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.7-2023-12-22 for you to fetch changes up to 13d822bf1cba78612b22a65b91cd6d4d443b6254: Merge tag 'nvme-6.7-2023-12-21' of git://git.infradead.org/nvme into block-6.7 (2023-12-21 14:32:35 -0700) ---------------------------------------------------------------- block-6.7-2023-12-22 ---------------------------------------------------------------- Jens Axboe (1): Merge tag 'nvme-6.7-2023-12-21' of git://git.infradead.org/nvme into block-6.7 Keith Busch (1): Revert "nvme-fc: fix race between error recovery and creating association" Maurizio Lombardi (1): nvme-pci: fix sleeping function called from interrupt context drivers/nvme/host/core.c | 3 ++- drivers/nvme/host/fc.c | 21 +++++---------------- 2 files changed, 7 insertions(+), 17 deletions(-) -- Jens Axboe