mbox series

[GIT,PULL] nvme fixes for Linux 6.2

Message ID Y+SAN97vxJtL/l4G@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-09

Message

Christoph Hellwig Feb. 9, 2023, 5:10 a.m. UTC
The following changes since commit e02bbac74cdde25f71a80978f5daa1d8a0aa6fc3:

  Merge tag 'nvme-6.2-2023-02-02' of git://git.infradead.org/nvme into block-6.2 (2023-02-02 11:02:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 70daa5c8f001e351af174c40ac21eb0a25600483:

  nvme-auth: mark nvme_auth_wq static (2023-02-08 07:28:16 +0100)

----------------------------------------------------------------
nvme fixes for Linux 6.2

 - fix a static checker warning for a variable introduces in the last
   pull request (Tom Rix)

----------------------------------------------------------------
Tom Rix (1):
      nvme-auth: mark nvme_auth_wq static

 drivers/nvme/host/auth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jens Axboe Feb. 9, 2023, 3:12 p.m. UTC | #1
On 2/8/23 10:10 PM, Christoph Hellwig wrote:
> The following changes since commit e02bbac74cdde25f71a80978f5daa1d8a0aa6fc3:
> 
>   Merge tag 'nvme-6.2-2023-02-02' of git://git.infradead.org/nvme into block-6.2 (2023-02-02 11:02:12 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.2-2023-02-09
> 
> for you to fetch changes up to 70daa5c8f001e351af174c40ac21eb0a25600483:
> 
>   nvme-auth: mark nvme_auth_wq static (2023-02-08 07:28:16 +0100)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.2
> 
>  - fix a static checker warning for a variable introduces in the last
>    pull request (Tom Rix)

Pulled, thanks.