All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 5.14-rc
Date: Fri, 16 Jul 2021 08:24:57 -0600	[thread overview]
Message-ID: <2b7767f1-3ff0-e65f-398d-4934417dc44e@kernel.dk> (raw)

Hi Linus,

A few fixes for the 5.14 release:

- NVMe fixes (via Christoph)
	- fix various races in nvme-pci when shutting down just after
	  probing (Casey Chen)
	- fix a net_device leak in nvme-tcp (Prabhakar Kushwaha)

- Fix regression in xen-blkfront by cleaning up the removal state
  machine (Christoph)

- Fix tag_set and queue cleanup ordering regression in nbd (Wang)

- Fix tag_set and queue cleanup ordering regression in pd (Guoqing)

Please pull!


The following changes since commit a731763fc479a9c64456e0643d0ccf64203100c9:

  blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgs (2021-07-07 09:36:36 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.14-2021-07-16

for you to fetch changes up to 05d69d950d9d84218fc9beafd02dea1f6a70e09e:

  xen-blkfront: sanitize the removal state machine (2021-07-15 09:32:34 -0600)

----------------------------------------------------------------
block-5.14-2021-07-16

----------------------------------------------------------------
Casey Chen (2):
      nvme-pci: fix multiple races in nvme_setup_io_queues
      nvme-pci: do not call nvme_dev_remove_admin from nvme_remove

Christoph Hellwig (1):
      xen-blkfront: sanitize the removal state machine

Guoqing Jiang (1):
      pd: fix order of cleaning up the queue and freeing the tagset

Jens Axboe (1):
      Merge tag 'nvme-5.14-2021-07-15' of git://git.infradead.org/nvme into block-5.14

Prabhakar Kushwaha (1):
      nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACE

Wang Qing (1):
      nbd: fix order of cleaning up the queue and freeing the tagset

 drivers/block/nbd.c          |   2 +-
 drivers/block/paride/pd.c    |   2 +-
 drivers/block/xen-blkfront.c | 224 +++++--------------------------------------
 drivers/nvme/host/pci.c      |  67 +++++++++++--
 drivers/nvme/host/tcp.c      |   4 +-
 5 files changed, 87 insertions(+), 212 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2021-07-16 14:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-16 14:24 Jens Axboe [this message]
2021-07-16 19:38 ` [GIT PULL] Block fixes for 5.14-rc pr-tracker-bot
2021-07-30 15:16 Jens Axboe
2021-07-30 18:11 ` pr-tracker-bot

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=2b7767f1-3ff0-e65f-398d-4934417dc44e@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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.