mbox series

[GIT,PULL] nvme fixes for Linux 5.19

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.19-2022-07-14

Message

Christoph Hellwig July 14, 2022, 2:37 p.m. UTC
The following changes since commit 6b0de7d0f3285df849be2b3cc94fc3a0a31987bf:

  Merge tag 'nvme-5.19-2022-07-07' of git://git.infradead.org/nvme into block-5.19 (2022-07-07 17:38:19 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.19-2022-07-14

for you to fetch changes up to 6961b5e02876b3b47f030a1f1ee8fd3e631ac270:

  nvme: fix block device naming collision (2022-07-14 16:35:25 +0200)

----------------------------------------------------------------
nvme fixes for Linux 5.19

 - fix a block device naming collision (Israel Rukshin)
 - fix freeze accounting for PCI error handling (Keith Busch)

----------------------------------------------------------------
Israel Rukshin (1):
      nvme: fix block device naming collision

Keith Busch (1):
      nvme-pci: fix freeze accounting for error handling

 drivers/nvme/host/core.c | 6 +++---
 drivers/nvme/host/pci.c  | 9 +++++++--
 2 files changed, 10 insertions(+), 5 deletions(-)

Comments

Jens Axboe July 14, 2022, 4:31 p.m. UTC | #1
On 7/14/22 8:37 AM, Christoph Hellwig wrote:
> The following changes since commit 6b0de7d0f3285df849be2b3cc94fc3a0a31987bf:
> 
>   Merge tag 'nvme-5.19-2022-07-07' of git://git.infradead.org/nvme into block-5.19 (2022-07-07 17:38:19 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.19-2022-07-14

Pulled, thanks.