mbox series

[GIT,PULL] block fixes for 5.9-rc

Message ID a43f5477-7da2-f4b1-bb61-3c1b613da334@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] block fixes for 5.9-rc | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.9-2020-09-25

Message

Jens Axboe Sept. 26, 2020, 2:23 a.m. UTC
Hi Linus,

NVMe pull request from Christoph, and removal of a dead define.

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

Please pull.


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.kernel.dk/linux-block.git tags/block-5.9-2020-09-25

for you to fetch changes up to 3aab91774bbd8e571cfaddaf839aafd07718333c:

  block: remove unused BLK_QC_T_EAGAIN flag (2020-09-25 07:54:50 -0600)

----------------------------------------------------------------
block-5.9-2020-09-25

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

Jeffle Xu (1):
      block: remove unused BLK_QC_T_EAGAIN flag

Jens Axboe (1):
      Merge tag 'nvme-5.9-2020-09-24' of git://git.infradead.org/nvme into block-5.9

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 +++++++-------
 include/linux/blk_types.h |  3 +--
 6 files changed, 29 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 26, 2020, 6:23 p.m. UTC | #1
The pull request you sent on Fri, 25 Sep 2020 20:23:42 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.9-2020-09-25

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

Thank you!