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.0-rc4
Date: Fri, 13 Mar 2026 05:49:43 -0600 [thread overview]
Message-ID: <e5ffce8a-1a3b-4c89-8ca0-8178b9046cf1@kernel.dk> (raw)
Hi Linus,
Set of block fixes that should go into the 7.0 kernel release. This pull
request contains:
- NVMe pull request via Keith
- Fix nvme-pci IRQ race and slab-out-of-bounds access
- Fix recursive workqueue locking for target async events
- Various cleanups
- Fix a potential NULL pointer dereference in ublk on size setting.
- ublk automatic partition scanning fix
- Two s390 dasd fixes
Please pull!
The following changes since commit ce8ee8583ed83122405eabaa8fb351be4d9dc65c:
block: use trylock to avoid lockdep circular dependency in sysfs (2026-03-05 04:01:42 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-7.0-20260312
for you to fetch changes up to 7d0abefec48dfefeec28dc7c3105a88c43747d02:
Merge tag 'nvme-7.0-2026-03-12' of git://git.infradead.org/nvme into block-7.0 (2026-03-12 15:15:53 -0600)
----------------------------------------------------------------
block-7.0-20260312
----------------------------------------------------------------
Chaitanya Kulkarni (1):
nvmet: move async event work off nvmet-wq
Jens Axboe (1):
Merge tag 'nvme-7.0-2026-03-12' of git://git.infradead.org/nvme into block-7.0
Maurizio Lombardi (1):
nvme-core: do not pass empty queue_limits to blk_mq_alloc_queue()
Mehul Rao (1):
ublk: fix NULL pointer dereference in ublk_ctrl_set_size()
Ming Lei (1):
ublk: don't clear GD_SUPPRESS_PART_SCAN for unprivileged daemons
Stefan Haberland (2):
s390/dasd: Move quiesce state with pprc swap
s390/dasd: Copy detected format information to secondary device
Sungwoo Kim (2):
nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_set
nvme-pci: Fix race bug in nvme_poll_irqdisable()
Thorsten Blum (1):
nvme: Annotate struct nvme_dhchap_key with __counted_by
drivers/block/ublk_drv.c | 16 ++++++++++++----
drivers/nvme/host/core.c | 3 +--
drivers/nvme/host/pci.c | 8 +++++---
drivers/nvme/target/admin-cmd.c | 2 +-
drivers/nvme/target/core.c | 14 ++++++++++++--
drivers/nvme/target/nvmet.h | 1 +
drivers/nvme/target/rdma.c | 1 +
drivers/s390/block/dasd_eckd.c | 16 ++++++++++++++++
include/linux/nvme-auth.h | 2 +-
9 files changed, 50 insertions(+), 13 deletions(-)
--
Jens Axboe
next reply other threads:[~2026-03-13 11:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-13 11:49 Jens Axboe [this message]
2026-03-13 17:33 ` [GIT PULL] Block fixes for 7.0-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=e5ffce8a-1a3b-4c89-8ca0-8178b9046cf1@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