Merge tag 'nvme-6.2-2023-02-02' of git://git.infradead.org/nvme into block-6.2
authorJens Axboe <axboe@kernel.dk>
Thu, 2 Feb 2023 18:02:12 +0000 (11:02 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 2 Feb 2023 18:02:12 +0000 (11:02 -0700)
commite02bbac74cdde25f71a80978f5daa1d8a0aa6fc3
tree26ec21d192eb122b4dbbb046a756730d999fb84e
parent0416f3be58c6b1ea066cd52e354b857693feb01e
parentbd97a59da6a866e3dee5d2a2d582ec71dbbc84cd
Merge tag 'nvme-6.2-2023-02-02' of git://git.infradead.org/nvme into block-6.2

Pul NVMe fixes from Christoph:

"nvme fixes for Linux 6.2

 - fix a missing queue put in nvmet_fc_ls_create_association (Amit Engel)
 - clear queue pointers on tag_set initialization failure
   (Maurizio Lombardi)
 - use workqueue dedicated to authentication (Shin'ichiro Kawasaki)"

* tag 'nvme-6.2-2023-02-02' of git://git.infradead.org/nvme:
  nvme-auth: use workqueue dedicated to authentication
  nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_set
  nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_set
  nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association