Commit abe7a481aac9 for kernel

commit abe7a481aac9c277798661f846222f8ad7a6aed5
Merge: 1da8cf961bb1 aa0c680c3aa9
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Aug 13 13:37:36 2022 -0700

    Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-block

    Pull block fixes from Jens Axboe:

     - 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)

    * tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-block:
      block: Do not call blk_put_queue() if gendisk allocation fails
      nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70
      nvme-tcp: check if the queue is allocated before stopping it
      nvme-fabrics: Fix a typo in an error message
      nvme-fabrics: parse nvme connect Linux error codes
      nvmet-auth: use kmemdup instead of kmalloc + memcpy
      nvme-fc: fix the fc_appid_store return value
      nvme-fc: restart admin queue if the caller needs to restart queue