public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 6.0-rc5
@ 2022-09-09 17:28 Jens Axboe
  2022-09-09 19:13 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2022-09-09 17:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block@vger.kernel.org

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-09 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-09 17:28 [GIT PULL] Block fixes for 6.0-rc5 Jens Axboe
2022-09-09 19:13 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox