mbox series

[GIT,PULL] Block fix for 6.2-final

Message ID 16738d14-6c97-c344-e096-50f4f6cce0e7@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fix for 6.2-final | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.2-2023-02-16

Message

Jens Axboe Feb. 16, 2023, 7:26 p.m. UTC
Hi Linus,

Just a few NVMe fixes that should go into the 6.2 release, adding a
quirk and fixing two issues introduced in this release:

- NVMe pull request via Christoph:
	- 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)

Please pull!


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.kernel.dk/linux.git tags/block-6.2-2023-02-16

for you to fetch changes up to 9a28b92cc21e8445c25b18e46f41634539938a91:

  Merge tag 'nvme-6.2-2023-02-15' of git://git.infradead.org/nvme into block-6.2 (2023-02-15 13:47:27 -0700)

----------------------------------------------------------------
block-6.2-2023-02-16

----------------------------------------------------------------
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

Jens Axboe (1):
      Merge tag 'nvme-6.2-2023-02-15' of git://git.infradead.org/nvme into block-6.2

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

Comments

pr-tracker-bot@kernel.org Feb. 16, 2023, 8:23 p.m. UTC | #1
The pull request you sent on Thu, 16 Feb 2023 12:26:48 -0700:

> git://git.kernel.dk/linux.git tags/block-6.2-2023-02-16

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d3d6f0eb086d3d68960ded479e846e7dcfcec2bb

Thank you!