The following changes since commit 5421681bc3ef13476bd9443379cd69381e8760fa: blk-ioc: don't hold queue_lock for ioc_lookup_icq() (2025-07-29 06:26:34 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-6.17-2025-07-31 for you to fetch changes up to 367c240b0a99c7ada700a44345dd3144a02b6164: nvme: fix various comment typos (2025-07-31 06:35:58 -0700) ---------------------------------------------------------------- nvme updates for Linux 6.17 - add support for getting the FDP featuee in fabrics passthru path (Nitesh Shetty) - add capability to connect to an administrative controller (Kamaljit Singh) - fix a leak on sgl setup error (Keith Busch) - initialize discovery subsys after debugfs is initialized (Mohamed Khalfella) - fix various comment typos (Bjorn Helgaas) - remove unneeded semicolons (Jiapeng Chong) ---------------------------------------------------------------- Bjorn Helgaas (1): nvme: fix various comment typos Jiapeng Chong (1): nvme-auth: remove unneeded semicolon Kamaljit Singh (1): nvme: add capability to connect to an administrative controller Keith Busch (1): nvme-pci: fix leak on sgl setup error Mohamed Khalfella (1): nvmet: initialize discovery subsys after debugfs is initialized Nitesh Shetty (1): nvmet: add support for FDP in fabrics passthru path drivers/nvme/host/auth.c | 4 ++-- drivers/nvme/host/core.c | 16 ++++++++++++++++ drivers/nvme/host/fc.c | 4 ++-- drivers/nvme/host/pci.c | 2 +- drivers/nvme/host/tcp.c | 2 +- drivers/nvme/target/core.c | 12 ++++++------ drivers/nvme/target/fc.c | 6 +++--- drivers/nvme/target/passthru.c | 2 ++ drivers/nvme/target/rdma.c | 6 +++--- 9 files changed, 36 insertions(+), 18 deletions(-)