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-rc4
Date: Fri, 15 May 2026 08:20:27 -0600 [thread overview]
Message-ID: <093dc3c7-5030-4400-9b38-727c41c5f511@kernel.dk> (raw)
Hi Linus,
Set of fixes for the block area, which should go into the 7.1 kernel
release. This pull request contains:
- NVMe merge request via Keith
- Fix memory leak on a passthrough integrity mapping failure
(Keith)
- Hide secrets behind debug option (Hannes)
- Fix pci use-after-free for host memory buffer (Chia-Lin Kao)
- Fix tcp taregt use-after-free for data digest (Sagi)
- Revert a mistaken quirk (Alan Cui)
- Fix uevent and controller state race condition (Maurizio)
- Fix apple submission queue re-initialization (Nick Chan)
- Three fixes for blk-integrity, fixing an issue with the user data
mapping and two problems with recomputing number of segments.
- Two fixes for the iov_iter bounce buffering.
- Fix for the handling of dead zoned write plugs.
- ublk max_sectors validation fix, with associated selftest addition.
Please pull!
The following changes since commit f7700a4415afb3ac1767a556094e4ef8bd440e41:
ublk: fix use-after-free in ublk_cancel_cmd() (2026-05-08 06:44:42 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-7.1-20260515
for you to fetch changes up to 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)
----------------------------------------------------------------
block-7.1-20260515
----------------------------------------------------------------
AlanCui4080 (1):
Revert "nvme: add quirk NVME_QUIRK_IGNORE_DEV_SUBNQN for 144d:a808"
Casey Chen (1):
block: recompute nr_integrity_segments in blk_insert_cloned_request
Chia-Lin Kao (AceLan) (1):
nvme-pci: fix use-after-free in nvme_free_host_mem()
Christoph Hellwig (2):
block: pass a minsize argument to bio_iov_iter_bounce
block: align down bounces bios
Damien Le Moal (1):
block: fix handling of dead zone write plugs
David Carlier (1):
block: don't overwrite bip_vcnt in bio_integrity_copy_user()
Hannes Reinecke (1):
nvmet-auth: Do not print DH-HMAC-CHAP secrets
Jens Axboe (1):
Merge tag 'nvme-7.1-2026-05-14' of git://git.infradead.org/nvme into block-7.1
Keith Busch (2):
nvme: make prp passthrough usage less scary
nvme: fix bio leak on mapping failure
Maurizio Lombardi (1):
nvme: fix race condition between connected uevent and STARTED_ONCE flag
Ming Lei (2):
ublk: reject max_sectors smaller than PAGE_SECTORS in parameter validation
selftests: ublk: cap nthreads to kernel's actual nr_hw_queues
Nick Chan (1):
nvme-apple: Reset q->sq_tail during queue init
Sagi Grimberg (1):
nvmet-tcp: Fix potential UAF when ddgst mismatch
Sungwoo Kim (1):
block: bio-integrity: Fix null-ptr-deref in bio_integrity_map_user()
block/bio-integrity.c | 19 ++++++++++++++++++-
block/bio.c | 27 +++++++++++++++------------
block/blk-mq.c | 19 +++++++++++++++++++
block/blk-zoned.c | 32 +++++++++++++++++++++++++++-----
drivers/block/ublk_drv.c | 3 +++
drivers/nvme/host/apple.c | 1 +
drivers/nvme/host/core.c | 6 +++++-
drivers/nvme/host/ioctl.c | 18 ++++--------------
drivers/nvme/host/pci.c | 8 ++++----
drivers/nvme/target/Kconfig | 9 +++++++++
drivers/nvme/target/auth.c | 13 ++++++++-----
drivers/nvme/target/tcp.c | 4 +++-
fs/iomap/direct-io.c | 2 +-
include/linux/bio.h | 3 ++-
tools/testing/selftests/ublk/kublk.c | 11 +++++++++++
15 files changed, 130 insertions(+), 45 deletions(-)
--
Jens Axboe
next reply other threads:[~2026-05-15 14:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-15 14:20 Jens Axboe [this message]
2026-05-15 20:10 ` [GIT PULL] Block fixes for 7.1-rc4 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=093dc3c7-5030-4400-9b38-727c41c5f511@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