mbox series

[GIT,PULL] nvme fix for Linux 5.19

Message ID YuFftyWcAMRP/NC5@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fix for Linux 5.19 | expand

Pull-request

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

Message

Christoph Hellwig July 27, 2022, 3:54 p.m. UTC
The following changes since commit 82e094f7bd988c02df27f8c8d81af8f750660b2a:

  Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.19 (2022-07-19 12:42:33 -0600)

are available in the Git repository at:

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

for you to fetch changes up to d6c52fa3e955b97f8eb3ac824d2a3e0af147b3ce:

  nvme-pci: Crucial P2 has bogus namespace ids (2022-07-25 07:34:07 +0200)

----------------------------------------------------------------
nvme fix for Linux 5.19

 - yet another duplicate ID quirk (Tobias Gruetzmacher)

----------------------------------------------------------------
Tobias Gruetzmacher (1):
      nvme-pci: Crucial P2 has bogus namespace ids

 drivers/nvme/host/pci.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Jens Axboe July 27, 2022, 4:04 p.m. UTC | #1
On 7/27/22 9:54 AM, Christoph Hellwig wrote:
> The following changes since commit 82e094f7bd988c02df27f8c8d81af8f750660b2a:
> 
>   Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.19 (2022-07-19 12:42:33 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.19-2022-07-27

Pulled, thanks.