mbox series

[GIT,PULL] nvme fixes for 5.9

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-24

Message

Christoph Hellwig Sept. 24, 2020, 1:46 p.m. UTC
The following changes since commit 4a2dd2c798522859811dd520a059f982278be9d9:

  Merge tag 'nvme-5.9-2020-09-17' of git://git.infradead.org/nvme into block-5.9 (2020-09-17 11:49:44 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-24

for you to fetch changes up to 46d2613eae51d527ecaf0e8248a9bfcc0b92aa7e:

  nvme-core: don't use NVME_NSID_ALL for command effects and supported log (2020-09-23 20:01:47 +0200)

----------------------------------------------------------------
nvme fixes for 5.9

 - fix error during controller probe that cause double free irqs
   (Keith Busch)
 - FC connection establishment fix (James Smart)
 - properly handle completions for invalid tags (Xianting Tian)
 - pass the correct nsid to the command effects and supported log
   (Chaitanya Kulkarni)

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvme-core: don't use NVME_NSID_ALL for command effects and supported log

James Smart (1):
      nvme-fc: fail new connections to a deleted host or remote port

Keith Busch (1):
      nvme: return errors for hwmon init

Xianting Tian (1):
      nvme-pci: fix NULL req in completion handler

 drivers/nvme/host/core.c  |  9 ++++++---
 drivers/nvme/host/fc.c    |  6 ++++--
 drivers/nvme/host/hwmon.c | 14 ++++++--------
 drivers/nvme/host/nvme.h  |  7 +++++--
 drivers/nvme/host/pci.c   | 14 +++++++-------
 5 files changed, 28 insertions(+), 22 deletions(-)

Comments

Jens Axboe Sept. 24, 2020, 7:43 p.m. UTC | #1
On 9/24/20 7:46 AM, Christoph Hellwig wrote:
> The following changes since commit 4a2dd2c798522859811dd520a059f982278be9d9:
> 
>   Merge tag 'nvme-5.9-2020-09-17' of git://git.infradead.org/nvme into block-5.9 (2020-09-17 11:49:44 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.9-2020-09-24

Pulled, thanks.