Date: Thu, 5 Sep 2024 08:41:03 -0600 From: Keith Busch To: axboe@kernel.dk Cc: hch@lst.de, sagi@grimberg.me, linux-nvme@lists.infradead.org Subject: [GIT PULL] nvme fixes for Linux 6.11 The following changes since commit e6b09a173870720e4d4c6fd755803970015ac043: Merge tag 'nvme-6.11-2024-08-22' of git://git.infradead.org/nvme into block-6.11 (2024-08-22 16:20:24 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-6.11-2024-09-05 for you to fetch changes up to 899d2e5a4e3d36689e8938e152f4b69a4bcc6b4d: nvmet: Identify-Active Namespace ID List command should reject invalid nsid (2024-09-03 10:05:40 -0700) ---------------------------------------------------------------- nvme fixes for Linux 6.11 - Sparse fix on static symbol (Jinjie) - Misleading warning message fix (Keith) - TCP command allocation handling fix (Maurizio) - PCI tagset allocation handling fix (Keith) - Low-power quirk for Samsung (Georg) - Queue limits fix for zone devices (Christoph) - Target protocol behavior fix (Maurizio) ---------------------------------------------------------------- Christoph Hellwig (1): nvme: set BLK_FEAT_ZONED for ZNS multipath disks Georg Gottleuber (1): nvme-pci: Add sleep quirk for Samsung 990 Evo Jinjie Ruan (1): nvmet: Make nvmet_debugfs static Keith Busch (2): nvme: use better description for async reset reason nvme-pci: allocate tagset on reset if necessary Maurizio Lombardi (2): nvmet-tcp: fix kernel crash if commands allocation fails nvmet: Identify-Active Namespace ID List command should reject invalid nsid drivers/nvme/host/core.c | 3 ++- drivers/nvme/host/multipath.c | 4 +++- drivers/nvme/host/pci.c | 17 +++++++++++++++++ drivers/nvme/target/admin-cmd.c | 10 ++++++++++ drivers/nvme/target/debugfs.c | 2 +- drivers/nvme/target/tcp.c | 4 +++- 6 files changed, 36 insertions(+), 4 deletions(-) .