mbox series

[GIT,PULL] nvme fix for Linux 6.3

Message ID Y/9Xn595ioya85dO@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fix for Linux 6.3 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.3-2022-03-01

Message

Christoph Hellwig March 1, 2023, 1:48 p.m. UTC
The following changes since commit 310726c33ad76cebdee312dbfafc12c1b44bf977:

  block: be a bit more careful in checking for NULL bdev while polling (2023-02-24 13:19:59 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.3-2022-03-01

for you to fetch changes up to 26a57cb35548ae67c14871cccbf50da3edb01ea4:

  nvme-fabrics: show well known discovery name (2023-02-28 06:14:44 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.3

 - don't access released socket during error recovery (Akinobu Mita)
 - bring back auto-removal of deleted namespaces during sequential scan
   (Christoph Hellwig)
 - fix an error code in nvme_auth_process_dhchap_challenge
   (Dan Carpenter)
 - show well known discovery name (Daniel Wagner)
 - add a missing endianess conversion in effects masking (Keith Busch)

----------------------------------------------------------------
Akinobu Mita (1):
      nvme-tcp: don't access released socket during error recovery

Christoph Hellwig (1):
      nvme: bring back auto-removal of deleted namespaces during sequential scan

Dan Carpenter (1):
      nvme-auth: fix an error code in nvme_auth_process_dhchap_challenge()

Daniel Wagner (1):
      nvme-fabrics: show well known discovery name

Keith Busch (1):
      nvme: fix sparse warning on effects masking

 drivers/nvme/host/auth.c    |  2 +-
 drivers/nvme/host/core.c    | 37 +++++++++++++++++++------------------
 drivers/nvme/host/fabrics.h |  3 ++-
 drivers/nvme/host/tcp.c     |  6 ++++++
 4 files changed, 28 insertions(+), 20 deletions(-)

Comments

Jens Axboe March 1, 2023, 2:50 p.m. UTC | #1
On 3/1/23 6:48 AM, Christoph Hellwig wrote:
> The following changes since commit 310726c33ad76cebdee312dbfafc12c1b44bf977:
> 
>   block: be a bit more careful in checking for NULL bdev while polling (2023-02-24 13:19:59 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.3-2022-03-01
> 
> for you to fetch changes up to 26a57cb35548ae67c14871cccbf50da3edb01ea4:
> 
>   nvme-fabrics: show well known discovery name (2023-02-28 06:14:44 -0700)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.3
> 
>  - don't access released socket during error recovery (Akinobu Mita)
>  - bring back auto-removal of deleted namespaces during sequential scan
>    (Christoph Hellwig)
>  - fix an error code in nvme_auth_process_dhchap_challenge
>    (Dan Carpenter)
>  - show well known discovery name (Daniel Wagner)
>  - add a missing endianess conversion in effects masking (Keith Busch)

Pulled, thanks.