mbox series

[GIT,PULL] nvme fixes for Linux 6.2

Message ID Y9K6fTTrhXSWkVeZ@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-01-26

Message

Christoph Hellwig Jan. 26, 2023, 5:38 p.m. UTC
The following changes since commit 955bc12299b17aa60325e1748336e1fd1e664ed0:

  Merge tag 'nvme-6.2-2023-01-20' of git://git.infradead.org/nvme into block-6.2 (2023-01-20 08:08:29 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.2-2023-01-26

for you to fetch changes up to 85eee6341abb81ac6a35062ffd5c3029eb53be6b:

  nvme: fix passthrough csi check (2023-01-25 07:09:38 +0100)

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

 - flush initial scan_work for async probe (Keith Busch)
 - fix passthrough csi check (Keith Busch)
 - fix nvme-fc initialization order (Ross Lagerwall)

----------------------------------------------------------------
Keith Busch (2):
      nvme-pci: flush initial scan_work for async probe
      nvme: fix passthrough csi check

Ross Lagerwall (1):
      nvme-fc: fix initialization order

 drivers/nvme/host/core.c |  2 +-
 drivers/nvme/host/fc.c   | 18 ++++++++----------
 drivers/nvme/host/pci.c  |  1 +
 3 files changed, 10 insertions(+), 11 deletions(-)

Comments

Jens Axboe Jan. 26, 2023, 6:44 p.m. UTC | #1
On 1/26/23 10:38 AM, Christoph Hellwig wrote:
> The following changes since commit 955bc12299b17aa60325e1748336e1fd1e664ed0:
> 
>   Merge tag 'nvme-6.2-2023-01-20' of git://git.infradead.org/nvme into block-6.2 (2023-01-20 08:08:29 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.2-2023-01-26
> 
> for you to fetch changes up to 85eee6341abb81ac6a35062ffd5c3029eb53be6b:
> 
>   nvme: fix passthrough csi check (2023-01-25 07:09:38 +0100)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.2
> 
>  - flush initial scan_work for async probe (Keith Busch)
>  - fix passthrough csi check (Keith Busch)
>  - fix nvme-fc initialization order (Ross Lagerwall)

Pulled, thanks.