[GIT PULL] Block fixes for 7.2-rc6

Jens Axboe <[email protected]> Fri, 31 Jul 2026 15:44:52 -0600
Newsgroups org.kernel.vger.linux-block
Message-ID <[email protected]>
Hi Linus,

A few fixes for block that should go into this release. This pull
request contains:

- Set of fixes for s390/dasd, via Stefan.

- Fix for a missing stop of the timeout timer, if a disk has never been
  added.

- Clear kernel owned fields on ublk setup by default.

Please pull!


The following changes since commit 093fbffe03f5c1bb9c10a9e5aa65b23250844403:

  MAINTAINERS: update my email address (2026-07-21 06:24:43 -0600)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-7.2-20260731

for you to fetch changes up to 7f40b346462f563a0d6e841a77b5163d2a882a04:

  s390/dasd: Fix undersized format-check buffer (2026-07-31 08:28:08 -0600)

----------------------------------------------------------------
block-7.2-20260731

----------------------------------------------------------------
Chao Shi (1):
      block: stop the timeout timer when releasing a never added disk

Jan Höppner (1):
      s390/dasd: Fix potential NULL pointer dereference

Ming Lei (1):
      ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev()

Stefan Haberland (2):
      s390/dasd: Fix path verification interrupted by concurrent dasd_sleep_on_immediatly
      s390/dasd: Fix undersized format-check buffer

 block/genhd.c                   | 12 ++++++++----
 drivers/block/ublk_drv.c        |  9 +++++++++
 drivers/s390/block/dasd.c       | 14 +++++++++++++-
 drivers/s390/block/dasd_eckd.c  | 11 +++++++----
 drivers/s390/block/dasd_ioctl.c |  2 +-
 5 files changed, 38 insertions(+), 10 deletions(-)

-- 
Jens Axboe