mbox series

[GIT,PULL] Block fixes for 6.5-rc4

Message ID 7ffe03ab-339e-be10-c6e8-7294e4c35bb4@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.5-rc4 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.5-2023-07-28

Message

Jens Axboe July 28, 2023, 3:08 p.m. UTC
Hi Linus,

A few fixes that should go into the current kernel release, mainly:

- Set of fixes for dasd (Stefan)

- Handle interruptible waits returning because of a signal for ublk
  (Ming)

Please pull!


The following changes since commit bb5faa99f0ce40756ab7bbbce4f16c01ca5ebd5a:

  loop: do not enforce max_loop hard limit by (new) default (2023-07-21 13:20:57 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.5-2023-07-28

for you to fetch changes up to 3e9dce80dbf91972aed972c743f539c396a34312:

  ublk: return -EINTR if breaking from waiting for existed users in DEL_DEV (2023-07-27 07:17:36 -0600)

----------------------------------------------------------------
block-6.5-2023-07-28

----------------------------------------------------------------
Bart Van Assche (1):
      block: Fix a source code comment in include/uapi/linux/blkzoned.h

Ming Lei (3):
      ublk: fail to start device if queue setup is interrupted
      ublk: fail to recover device if queue setup is interrupted
      ublk: return -EINTR if breaking from waiting for existed users in DEL_DEV

Stefan Haberland (4):
      s390/dasd: fix hanging device after quiesce/resume
      s390/dasd: use correct number of retries for ERP requests
      s390/dasd: fix hanging device after request requeue
      s390/dasd: print copy pair message only for the correct error

 drivers/block/ublk_drv.c           |  11 ++--
 drivers/s390/block/dasd.c          | 125 ++++++++++++++-----------------------
 drivers/s390/block/dasd_3990_erp.c |   4 +-
 drivers/s390/block/dasd_ioctl.c    |   1 +
 include/uapi/linux/blkzoned.h      |  10 +--
 5 files changed, 63 insertions(+), 88 deletions(-)

Comments

pr-tracker-bot@kernel.org July 28, 2023, 6:39 p.m. UTC | #1
The pull request you sent on Fri, 28 Jul 2023 09:08:56 -0600:

> git://git.kernel.dk/linux.git tags/block-6.5-2023-07-28

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/818680d154170b4e41dc0c1a10e20bc03ca14a00

Thank you!