mbox series

[GIT,PULL] nvme fixes for Linux 5.18

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.18-2022-04-15

Message

Christoph Hellwig April 15, 2022, 5:01 a.m. UTC
The following changes since commit 3e3876d322aef82416ecc496a4d4a587e0fdf7a3:

  block: null_blk: end timed out poll request (2022-04-14 10:16:33 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.18-2022-04-15

for you to fetch changes up to 66dd346b84d79fde20832ed691a54f4881eac20d:

  nvme-pci: disable namespace identifiers for Qemu controllers (2022-04-15 06:56:17 +0200)

----------------------------------------------------------------
nvme fixes for Linux 5.18

 - tone down the error logging added this merge window a bit
   (Chaitanya Kulkarni)
 - quirk devices with non-unique unique identifiers (me)

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvme: don't print verbose errors for internal passthrough requests

Christoph Hellwig (3):
      nvme: add a quirk to disable namespace identifiers
      nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202
      nvme-pci: disable namespace identifiers for Qemu controllers

 drivers/nvme/host/core.c | 27 ++++++++++++++++++++-------
 drivers/nvme/host/nvme.h |  5 +++++
 drivers/nvme/host/pci.c  |  9 ++++++++-
 3 files changed, 33 insertions(+), 8 deletions(-)

Comments

Jens Axboe April 15, 2022, 12:34 p.m. UTC | #1
On 4/14/22 11:01 PM, Christoph Hellwig wrote:
> The following changes since commit 3e3876d322aef82416ecc496a4d4a587e0fdf7a3:
> 
>   block: null_blk: end timed out poll request (2022-04-14 10:16:33 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.18-2022-04-15

Pulled, thanks.