Hi Linus, Minor set of fixes for 6.0-rc1: - NVMe pull request - print nvme connect Linux error codes properly (Amit Engel) - fix the fc_appid_store return value (Christoph Hellwig) - fix a typo in an error message (Christophe JAILLET) - add another non-unique identifier quirk (Dennis P. Kliem) - check if the queue is allocated before stopping it in nvme-tcp (Maurizio Lombardi) - restart admin queue if the caller needs to restart queue in nvme-fc (Ming Lei) - use kmemdup instead of kmalloc + memcpy in nvme-auth (Zhang Xiaoxu) - __alloc_disk_node() error handling fix (Rafael) Please pull! The following changes since commit fa9db655d0e112c108fe838809608caf759bdf5e: Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-block (2022-08-04 20:00:14 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-6.0-2022-08-12 for you to fetch changes up to aa0c680c3aa96a5f9f160d90dd95402ad578e2b0: block: Do not call blk_put_queue() if gendisk allocation fails (2022-08-12 06:42:06 -0600) ---------------------------------------------------------------- block-6.0-2022-08-12 ---------------------------------------------------------------- Amit Engel (1): nvme-fabrics: parse nvme connect Linux error codes Christoph Hellwig (1): nvme-fc: fix the fc_appid_store return value Christophe JAILLET (1): nvme-fabrics: Fix a typo in an error message Dennis P. Kliem (1): nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70 Jens Axboe (1): Merge tag 'nvme-6.0-2022-08-11' of git://git.infradead.org/nvme into block-6.0 Maurizio Lombardi (1): nvme-tcp: check if the queue is allocated before stopping it Ming Lei (1): nvme-fc: restart admin queue if the caller needs to restart queue Rafael Mendonca (1): block: Do not call blk_put_queue() if gendisk allocation fails Zhang Xiaoxu (1): nvmet-auth: use kmemdup instead of kmalloc + memcpy block/genhd.c | 4 +--- drivers/nvme/host/fabrics.c | 8 +++++++- drivers/nvme/host/fc.c | 5 ++++- drivers/nvme/host/pci.c | 2 ++ drivers/nvme/host/tcp.c | 3 +++ drivers/nvme/target/fabrics-cmd-auth.c | 4 ++-- 6 files changed, 19 insertions(+), 7 deletions(-) -- Jens Axboe