mbox series

[GIT,PULL] nvme fixes for Linux 6.2

Message ID Y+0hG6t1gTse7yfo@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-15

Message

Christoph Hellwig Feb. 15, 2023, 6:14 p.m. UTC
The following changes since commit 38c33ece232019c5b18b4d5ec0254807cac06b7c:

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

are available in the Git repository at:

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

for you to fetch changes up to dc785d69d753a3894c93afc23b91404652382ead:

  nvme-pci: always return an ERR_PTR from nvme_pci_alloc_dev (2023-02-14 06:39:02 +0100)

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

 - always return an ERR_PTR from nvme_pci_alloc_dev (Irvin Cote)
 - add bogus ID quirk for ADATA SX6000PNP (Daniel Wagner)
 - set the DMA mask earlier (Christoph Hellwig)

----------------------------------------------------------------
Christoph Hellwig (1):
      nvme-pci: set the DMA mask earlier

Daniel Wagner (1):
      nvme-pci: add bogus ID quirk for ADATA SX6000PNP

Irvin Cote (1):
      nvme-pci: always return an ERR_PTR from nvme_pci_alloc_dev

 drivers/nvme/host/pci.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Comments

Jens Axboe Feb. 16, 2023, 3:25 a.m. UTC | #1
On 2/15/23 11:14 AM, Christoph Hellwig wrote:
> The following changes since commit 38c33ece232019c5b18b4d5ec0254807cac06b7c:
> 
>   Merge tag 'nvme-6.2-2023-02-09' of git://git.infradead.org/nvme into block-6.2 (2023-02-09 08:12:06 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.2-2023-02-15
> 
> for you to fetch changes up to dc785d69d753a3894c93afc23b91404652382ead:
> 
>   nvme-pci: always return an ERR_PTR from nvme_pci_alloc_dev (2023-02-14 06:39:02 +0100)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.2
> 
>  - always return an ERR_PTR from nvme_pci_alloc_dev (Irvin Cote)
>  - add bogus ID quirk for ADATA SX6000PNP (Daniel Wagner)
>  - set the DMA mask earlier (Christoph Hellwig)

Pulled, thanks.