The following changes since commit 81ea42b9c3d61ea34d82d900ed93f4b4851f13b0: block: Fix the blk_mq_destroy_queue() documentation (2023-01-31 11:46:15 -0700) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-6.2-2023-02-02 for you to fetch changes up to bd97a59da6a866e3dee5d2a2d582ec71dbbc84cd: nvme-auth: use workqueue dedicated to authentication (2023-02-01 16:11:20 +0100) ---------------------------------------------------------------- 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) ---------------------------------------------------------------- Amit Engel (1): nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association Maurizio Lombardi (2): nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_set nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_set Shin'ichiro Kawasaki (1): nvme-auth: use workqueue dedicated to authentication drivers/nvme/host/auth.c | 14 ++++++++++++-- drivers/nvme/host/core.c | 5 ++++- drivers/nvme/target/fc.c | 4 +++- 3 files changed, 19 insertions(+), 4 deletions(-)