public inbox for linux-block@vger.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 6.0-rc5
Date: Fri, 9 Sep 2022 11:28:19 -0600	[thread overview]
Message-ID: <54f4f268-c33c-d1a1-4b38-75f9206be4e9@kernel.dk> (raw)

Hi Linus,

Set of fixes for block that should go into the 6.0 release:

- NVMe pull via Christoph:
	- fix a use after free in nvmet (Bart Van Assche)
	- fix a use after free when detecting digest errors
	  (Sagi Grimberg)
	- fix regression that causes sporadic TCP requests to time out
	  (Sagi Grimberg)
	- fix two off by ones errors in the nvmet ZNS support
	  (Dennis Maisenbacher)
	- requeue aen after firmware activation (Keith Busch)

- Fix missing request flags in debugfs code (me)

- Partition scan fix (Ming)

Please pull!


The following changes since commit 7a3d2225f1ae9e591fefd65c3bb1715dc54d96f1:

  Documentation: document ublk (2022-09-02 09:31:15 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-6.0-2022-09-09

for you to fetch changes up to 745ed37277c5a7202180aa276c87db1362c90fe5:

  block: add missing request flags to debugfs code (2022-09-09 05:57:52 -0600)

----------------------------------------------------------------
block-6.0-2022-09-09

----------------------------------------------------------------
Bart Van Assche (1):
      nvmet: fix a use-after-free

Dennis Maisenbacher (1):
      nvmet: fix mar and mor off-by-one errors

Jens Axboe (2):
      Merge tag 'nvme-6.0-2022-09-08' of git://git.infradead.org/nvme into block-6.0
      block: add missing request flags to debugfs code

Keith Busch (1):
      nvme: requeue aen after firmware activation

Ming Lei (1):
      block: don't add partitions if GD_SUPPRESS_PART_SCAN is set

Sagi Grimberg (2):
      nvme-tcp: fix UAF when detecting digest errors
      nvme-tcp: fix regression that causes sporadic requests to time out

 block/blk-mq-debugfs.c     |  2 ++
 block/partitions/core.c    |  3 +++
 drivers/nvme/host/core.c   | 14 +++++++++++---
 drivers/nvme/host/tcp.c    |  7 ++-----
 drivers/nvme/target/core.c |  6 ++++--
 drivers/nvme/target/zns.c  | 17 +++++++++++++++--
 6 files changed, 37 insertions(+), 12 deletions(-)

-- 
Jens Axboe

             reply	other threads:[~2022-09-09 17:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-09 17:28 Jens Axboe [this message]
2022-09-09 19:13 ` [GIT PULL] Block fixes for 6.0-rc5 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=54f4f268-c33c-d1a1-4b38-75f9206be4e9@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox