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(-) -- Jens Axboe