All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Jens Axboe <axboe@kernel.dk>
Cc: Keith Busch <kbusch@kernel.org>,
	linux-block@vger.kernel.org, Sagi Grimberg <sagi@grimberg.me>,
	linux-nvme@lists.infradead.org
Subject: [GIT PULL] nvme fixes for 5.12
Date: Fri, 12 Mar 2021 10:25:12 +0100	[thread overview]
Message-ID: <YEszeMEAQyfTPgHH@infradead.org> (raw)

The following changes since commit df66617bfe87487190a60783d26175b65d2502ce:

  block: rsxx: fix error return code of rsxx_pci_probe() (2021-03-10 08:25:37 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.12-2021-03-12

for you to fetch changes up to abbb5f5929ec6c52574c430c5475c158a65c2a8c:

  nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a (2021-03-11 11:48:54 +0100)

----------------------------------------------------------------
nvme fixes for 5.12:

 - one more quirk (Dmitry Monakhov)
 - fix max_zone_append_sectors initialization (Chaitanya Kulkarni)
 - nvme-fc reset/create race fix (James Smart)
 - fix status code on aborts/resets (Hannes Reinecke)
 - fix the CSS check for ZNS namespaces (Chaitanya Kulkarni)
 - fix a use after free in a debug printk in nvme-rdma (Lv Yunlong)

----------------------------------------------------------------
Chaitanya Kulkarni (2):
      nvme: set max_zone_append_sectors nvme_revalidate_zones
      nvme-core: check ctrl css before setting up zns

Dmitry Monakhov (1):
      nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a

Hannes Reinecke (4):
      nvme: simplify error logic in nvme_validate_ns()
      nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
      nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()
      nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted

James Smart (1):
      nvme-fc: fix racing controller reset and create association

Lv Yunlong (1):
      nvme-rdma: Fix a use after free in nvmet_rdma_write_data_done

 drivers/nvme/host/core.c   | 15 +++++++++++----
 drivers/nvme/host/fc.c     |  5 +++--
 drivers/nvme/host/pci.c    |  1 +
 drivers/nvme/host/zns.c    |  9 +++++++--
 drivers/nvme/target/rdma.c |  5 ++---
 5 files changed, 24 insertions(+), 11 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@infradead.org>
To: Jens Axboe <axboe@kernel.dk>
Cc: Keith Busch <kbusch@kernel.org>,
	linux-block@vger.kernel.org, Sagi Grimberg <sagi@grimberg.me>,
	linux-nvme@lists.infradead.org
Subject: [GIT PULL] nvme fixes for 5.12
Date: Fri, 12 Mar 2021 10:25:12 +0100	[thread overview]
Message-ID: <YEszeMEAQyfTPgHH@infradead.org> (raw)

The following changes since commit df66617bfe87487190a60783d26175b65d2502ce:

  block: rsxx: fix error return code of rsxx_pci_probe() (2021-03-10 08:25:37 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.12-2021-03-12

for you to fetch changes up to abbb5f5929ec6c52574c430c5475c158a65c2a8c:

  nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a (2021-03-11 11:48:54 +0100)

----------------------------------------------------------------
nvme fixes for 5.12:

 - one more quirk (Dmitry Monakhov)
 - fix max_zone_append_sectors initialization (Chaitanya Kulkarni)
 - nvme-fc reset/create race fix (James Smart)
 - fix status code on aborts/resets (Hannes Reinecke)
 - fix the CSS check for ZNS namespaces (Chaitanya Kulkarni)
 - fix a use after free in a debug printk in nvme-rdma (Lv Yunlong)

----------------------------------------------------------------
Chaitanya Kulkarni (2):
      nvme: set max_zone_append_sectors nvme_revalidate_zones
      nvme-core: check ctrl css before setting up zns

Dmitry Monakhov (1):
      nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a

Hannes Reinecke (4):
      nvme: simplify error logic in nvme_validate_ns()
      nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
      nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()
      nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted

James Smart (1):
      nvme-fc: fix racing controller reset and create association

Lv Yunlong (1):
      nvme-rdma: Fix a use after free in nvmet_rdma_write_data_done

 drivers/nvme/host/core.c   | 15 +++++++++++----
 drivers/nvme/host/fc.c     |  5 +++--
 drivers/nvme/host/pci.c    |  1 +
 drivers/nvme/host/zns.c    |  9 +++++++--
 drivers/nvme/target/rdma.c |  5 ++---
 5 files changed, 24 insertions(+), 11 deletions(-)

_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

             reply	other threads:[~2021-03-12  9:26 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-12  9:25 Christoph Hellwig [this message]
2021-03-12  9:25 ` [GIT PULL] nvme fixes for 5.12 Christoph Hellwig
2021-03-12 14:21 ` Jens Axboe
2021-03-12 14:21   ` Jens Axboe
2021-03-12 19:59   ` Christoph Hellwig
2021-03-12 19:59     ` Christoph Hellwig
2021-03-12 20:01     ` Jens Axboe
2021-03-12 20:01       ` Jens Axboe
2021-03-12 20:20       ` Christoph Hellwig
2021-03-12 20:20         ` Christoph Hellwig
2021-03-12 20:24         ` Jens Axboe
2021-03-12 20:24           ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2021-03-19  7:14 Christoph Hellwig
2021-03-19  7:14 ` Christoph Hellwig
2021-03-19 12:41 ` Jens Axboe
2021-03-19 12:41   ` Jens Axboe
2021-03-05 16:11 Christoph Hellwig
2021-03-05 16:11 ` Christoph Hellwig
2021-03-05 16:13 ` Jens Axboe
2021-03-05 16:13   ` Jens Axboe
2021-03-04 17:59 Christoph Hellwig
2021-03-04 17:59 ` Christoph Hellwig
2021-03-04 20:26 ` Jens Axboe
2021-03-04 20:26   ` Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YEszeMEAQyfTPgHH@infradead.org \
    --to=hch@infradead.org \
    --cc=axboe@kernel.dk \
    --cc=kbusch@kernel.org \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=sagi@grimberg.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.