Hi Linus, Followup fixes for the block area: - NVMe pull request via Keith - Make an informative message less ominous (Keith) - Enhanced trace decoding (Guixin) - TCP updates (Hannes, Li) - Fabrics connect deadlock fix (Chunguang) - Platform API migration update (Uwe) - A new device quirk (Jiawei)" - Remove dead assignment in fd (Yufeng) Please pull! The following changes since commit 4c4ab8ae416350ce817339f239bdaaf351212f15: block: fix mismatched kerneldoc function name (2024-03-14 09:40:47 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.9-20240322 for you to fetch changes up to 07602678091c0096e79f04aea8a148b76eee0d7e: Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9 (2024-03-21 13:23:07 -0600) ---------------------------------------------------------------- block-6.9-20240322 ---------------------------------------------------------------- Chunguang Xu (1): nvme: fix reconnection fail due to reserved tag allocation Guixin Liu (8): nvmet: add tracing of authentication commands nvmet: add tracing of zns commands nvme: use nvme_disk_is_ns_head helper nvme: parse zns command's zsa and zrasf to string nvme: add tracing of reservation commands nvme: parse format command's lbafu when tracing nvme: remove redundant BUILD_BUG_ON check nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flag Hannes Reinecke (1): nvmet-tcp: do not continue for invalid icreq Jens Axboe (1): Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9 Jiawei Fu (iBug) (1): drivers/nvme: Add quirks for device 126f:2262 Keith Busch (1): nvme: change shutdown timeout setting message Li Feng (2): nvme-tcp: Export the nvme_tcp_wq to sysfs nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq Uwe Kleine-König (1): nvme-apple: Convert to platform remove callback returning void Yufeng Wang (1): floppy: remove duplicated code in redo_fd_request() drivers/block/floppy.c | 1 - drivers/nvme/host/apple.c | 6 +-- drivers/nvme/host/core.c | 11 +++-- drivers/nvme/host/fabrics.h | 7 --- drivers/nvme/host/pci.c | 3 ++ drivers/nvme/host/pr.c | 3 +- drivers/nvme/host/sysfs.c | 3 +- drivers/nvme/host/tcp.c | 21 +++++++-- drivers/nvme/host/trace.c | 105 ++++++++++++++++++++++++++++++++++++++++++-- drivers/nvme/target/rdma.c | 8 ++-- drivers/nvme/target/tcp.c | 1 + drivers/nvme/target/trace.c | 98 +++++++++++++++++++++++++++++++++++++++++ 12 files changed, 233 insertions(+), 34 deletions(-) -- Jens Axboe