Hi Linus, Just an nvme pull request via Keith: - Fabrics connection error handling (Chaitanya) - Use relaxed effects to reduce unnecessary queue freezes (Keith) Please pull! The following changes since commit 5f63a493b99c848ad5200402bebe26211e00025a: Merge tag 'nvme-6.8-2023-02-08' of git://git.infradead.org/nvme into block-6.8 (2024-02-08 15:05:18 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.8-2024-02-16 for you to fetch changes up to 9c10f2b172eb26007e9b641271798234911d24c2: Merge tag 'nvme-6.8-2024-02-15' of git://git.infradead.org/nvme into block-6.8 (2024-02-15 09:42:03 -0700) ---------------------------------------------------------------- block-6.8-2024-02-16 ---------------------------------------------------------------- Chaitanya Kulkarni (2): nvme-fabrics: fix I/O connect error handling nvmet: remove superfluous initialization Jens Axboe (1): Merge tag 'nvme-6.8-2024-02-15' of git://git.infradead.org/nvme into block-6.8 Keith Busch (1): nvme: implement support for relaxed effects drivers/nvme/host/core.c | 4 ++++ drivers/nvme/host/fabrics.c | 1 + drivers/nvme/target/fabrics-cmd.c | 4 ++-- include/linux/nvme.h | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) -- Jens Axboe