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.15-rc3
Date: Sat, 25 Sep 2021 14:32:32 -0600	[thread overview]
Message-ID: <7bab443c-0410-470b-a95c-b3c2e0ca908e@kernel.dk> (raw)

Hi Linus,

- NVMe pull request via Christoph:
	- keep ctrl->namespaces ordered (Christoph Hellwig)
	- fix incorrect h2cdata pdu offset accounting in nvme-tcp
	  (Sagi Grimberg)
	- handled updated hw_queues in nvme-fc more carefully (Daniel
	  Wagner, James Smart)

- md lock order fix (Christoph)

- fallocate locking fix (Ming)

- blktrace UAF fix (Zhihao)

- rq-qos bio tracking fix (Ming)

Please pull!


The following changes since commit 858560b27645e7e97aca37ee8f232cccd658fbd2:

  blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd (2021-09-15 12:03:18 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.15-2021-09-25

for you to fetch changes up to f278eb3d8178f9c31f8dfad7e91440e603dd7f1a:

  block: hold ->invalidate_lock in blkdev_fallocate (2021-09-24 11:06:58 -0600)

----------------------------------------------------------------
block-5.15-2021-09-25

----------------------------------------------------------------
Christoph Hellwig (2):
      nvme: keep ctrl->namespaces ordered
      md: fix a lock order reversal in md_alloc

Daniel Wagner (1):
      nvme-fc: update hardware queues before using them

James Smart (2):
      nvme-fc: avoid race between time out and tear down
      nvme-fc: remove freeze/unfreeze around update_nr_hw_queues

Jens Axboe (2):
      Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.15
      Merge tag 'nvme-5.15-2021-09-24' of git://git.infradead.org/nvme into block-5.15

Ming Lei (2):
      block: don't call rq_qos_ops->done_bio if the bio isn't tracked
      block: hold ->invalidate_lock in blkdev_fallocate

Sagi Grimberg (1):
      nvme-tcp: fix incorrect h2cdata pdu offset accounting

Zhihao Cheng (1):
      blktrace: Fix uaf in blk_trace access after removing by sysfs

 block/bio.c              |  2 +-
 block/fops.c             | 21 ++++++++++-----------
 drivers/md/md.c          |  5 -----
 drivers/nvme/host/core.c | 33 +++++++++++++++++----------------
 drivers/nvme/host/fc.c   | 18 +++++++++---------
 drivers/nvme/host/tcp.c  | 13 ++++++++++---
 kernel/trace/blktrace.c  |  8 ++++++++
 7 files changed, 55 insertions(+), 45 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2021-09-25 20:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-25 20:32 Jens Axboe [this message]
2021-09-25 23:05 ` [GIT PULL] Block fixes for 5.15-rc3 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=7bab443c-0410-470b-a95c-b3c2e0ca908e@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.