* [GIT PULL] Block fixes for 7.0-rc4
@ 2026-03-13 11:49 Jens Axboe
2026-03-13 17:33 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2026-03-13 11:49 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-block@vger.kernel.org
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-13 17:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 11:49 [GIT PULL] Block fixes for 7.0-rc4 Jens Axboe
2026-03-13 17:33 ` 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