Hi Linus, NVMe fixes that should go into the 6.10 kernel release: - NVMe pull request via Keith - Fabrics fixes (Hannes) - Missing module description (Jeff) - Clang warning fix (Nathan) Please pull! The following changes since commit 5f75e081ab5cbfbe7aca2112a802e69576ee9778: loop: Disable fallocate() zero and discard if not supported (2024-06-14 06:21:25 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.10-20240628 for you to fetch changes up to cab598bcef0971f11679b048cc9f502cc8143c88: Merge tag 'nvme-6.10-2024-06-27' of git://git.infradead.org/nvme into block-6.10 (2024-06-27 12:15:16 -0600) ---------------------------------------------------------------- block-6.10-20240628 ---------------------------------------------------------------- Boyang Yu (1): nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA. Hannes Reinecke (3): nvmet: do not return 'reserved' for empty TSAS values nvme: fixup comment for nvme RDMA Provider Type nvmet: make 'tsas' attribute idempotent for RDMA Jeff Johnson (1): nvme-apple: add missing MODULE_DESCRIPTION() Jens Axboe (1): Merge tag 'nvme-6.10-2024-06-27' of git://git.infradead.org/nvme into block-6.10 Nathan Chancellor (1): nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[] drivers/nvme/host/apple.c | 1 + drivers/nvme/host/nvme.h | 2 +- drivers/nvme/target/configfs.c | 41 +++++++++++++++++++++++++++++++---------- drivers/nvme/target/fc.c | 2 +- include/linux/nvme.h | 6 ++++-- 5 files changed, 38 insertions(+), 14 deletions(-) -- Jens Axboe