mbox series

[GIT,PULL] nvme fixes for Linux 6.2

Message ID Y9vVXvMeTgA4bC2R@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for Linux 6.2 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.2-2023-02-02

Message

Christoph Hellwig Feb. 2, 2023, 3:23 p.m. UTC
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(-)

Comments

Jens Axboe Feb. 2, 2023, 6:02 p.m. UTC | #1
On 2/2/23 8:23 AM, Christoph Hellwig wrote:
> 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)

Pulled, thanks.