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 7.1-rc5
Date: Fri, 22 May 2026 09:53:29 -0600 [thread overview]
Message-ID: <a050fd86-b9dc-4a39-a274-57bbe1931d42@kernel.dk> (raw)
Hi Linus,
A few fixes for block that should go into the 7.1 kernel release. This
pull request contains:
- NVMe pull request via Keith
- Fix memory leak for peer-to-peer addresses
- Fix dma map leaks on resource errors"
- Another bio integrity fix, fixing a recent regression.
- Fix for an issue with the request pre-allocation and caching when IO
is queued, where if a bio split occurred and ended up blocking, the
list could be corrupted.
Please pull!
The following changes since commit 4141f46daa4cf1f8caa14129f8b6db86f17452f5:
Merge tag 'nvme-7.1-2026-05-14' of git://git.infradead.org/nvme into block-7.1 (2026-05-14 19:14:33 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-7.1-20260522
for you to fetch changes up to f6982769910ecddabdb5b8b9afdab0bb8b6668ac:
block: avoid use-after-free in disk_free_zone_resources() (2026-05-22 08:01:52 -0600)
----------------------------------------------------------------
block-7.1-20260522
----------------------------------------------------------------
Caleb Sander Mateos (1):
bio-integrity-fs: pass data iter to bio_integrity_verify()
Damien Le Moal (1):
block: avoid use-after-free in disk_free_zone_resources()
Jens Axboe (1):
Merge tag 'nvme-7.1-2026-05-21' of git://git.infradead.org/nvme into block-7.1
Keith Busch (3):
nvme-pci: fix dma_vecs leak on p2p memory
nvme-pci: fix dma mapping leak on data setup error
blk-mq: pop cached request if it is usable
block/bio-integrity-fs.c | 6 +++++-
block/blk-mq.c | 34 +++++++++-------------------------
block/blk-zoned.c | 7 +++----
drivers/nvme/host/pci.c | 34 ++++++++++++++++++++++++++++++----
4 files changed, 47 insertions(+), 34 deletions(-)
--
Jens Axboe
next reply other threads:[~2026-05-22 15:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-22 15:53 Jens Axboe [this message]
2026-05-22 19:39 ` [GIT PULL] Block fixes for 7.1-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=a050fd86-b9dc-4a39-a274-57bbe1931d42@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