mbox series

[GIT,PULL] nvme fixes for Linux 6.15

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.15-2025-04-17

Message

Christoph Hellwig April 17, 2025, 6:47 a.m. UTC
The following changes since commit 0b7a4817756c7906d0a8112c953ce88d7cd8d4c6:

  ublk: don't suggest CONFIG_BLK_DEV_UBLK=Y (2025-04-15 18:59:33 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.15-2025-04-17

for you to fetch changes up to ad91308d3bdeb9d90ef4a400f379ce461f0fb6a7:

  nvmet: pci-epf: cleanup link state management (2025-04-16 07:37:37 +0200)

----------------------------------------------------------------
nvme fixes for Linux 6.15

 - fix scan failure for non-ANA multipath controllers (Hannes Reinecke)
 - fix multipath sysfs links creation for some cases (Hannes Reinecke)
 - PCIe endpoint fixes (Damien Le Moal)
 - use NULL instead of 0 in the auth code (Damien Le Moal)

----------------------------------------------------------------
Damien Le Moal (4):
      nvmet: auth: use NULL to clear a pointer in nvmet_auth_sq_free()
      nvmet: pci-epf: always fully initialize completion entries
      nvmet: pci-epf: clear CC and CSTS when disabling the controller
      nvmet: pci-epf: cleanup link state management

Hannes Reinecke (2):
      nvme: fixup scan failure for non-ANA multipath controllers
      nvme-multipath: sysfs links may not be created for devices

 drivers/nvme/host/core.c      |  2 +-
 drivers/nvme/host/multipath.c | 14 +++----
 drivers/nvme/target/auth.c    |  2 +-
 drivers/nvme/target/pci-epf.c | 88 ++++++++++++++++++++++++++++---------------
 4 files changed, 67 insertions(+), 39 deletions(-)

Comments

Jens Axboe April 17, 2025, 12:19 p.m. UTC | #1
On 4/17/25 12:47 AM, Christoph Hellwig wrote:
> The following changes since commit 0b7a4817756c7906d0a8112c953ce88d7cd8d4c6:
> 
>   ublk: don't suggest CONFIG_BLK_DEV_UBLK=Y (2025-04-15 18:59:33 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.15-2025-04-17
> 
> for you to fetch changes up to ad91308d3bdeb9d90ef4a400f379ce461f0fb6a7:
> 
>   nvmet: pci-epf: cleanup link state management (2025-04-16 07:37:37 +0200)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.15
> 
>  - fix scan failure for non-ANA multipath controllers (Hannes Reinecke)
>  - fix multipath sysfs links creation for some cases (Hannes Reinecke)
>  - PCIe endpoint fixes (Damien Le Moal)
>  - use NULL instead of 0 in the auth code (Damien Le Moal)

Pulled, thanks.