Hi Linus, Single revert for a change that isn't needed in 5.18, and a small series for s390/dasd. Please pull! The following changes since commit 09df6a75fffa68169c5ef9bef990cd7ba94f3eef: bfq: Fix warning in bfqq_request_over_limit() (2022-04-29 06:45:37 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.18-2022-05-06 for you to fetch changes up to f1c8781ac9d87650ccf45a354c0bbfa3f9230371: s390/dasd: Use kzalloc instead of kmalloc/memset (2022-05-05 20:08:27 -0600) ---------------------------------------------------------------- block-5.18-2022-05-06 ---------------------------------------------------------------- Haowen Bai (1): s390/dasd: Use kzalloc instead of kmalloc/memset Jan Höppner (2): s390/dasd: Fix read for ESE with blksize < 4k s390/dasd: Fix read inconsistency for ESE DASD devices Ming Lei (1): Revert "block: release rq qos structures for queue without disk" Stefan Haberland (2): s390/dasd: fix data corruption for ESE devices s390/dasd: prevent double format of tracks for ESE devices block/blk-core.c | 4 ---- drivers/s390/block/dasd.c | 18 +++++++++++++++--- drivers/s390/block/dasd_eckd.c | 33 ++++++++++++++++++++++----------- drivers/s390/block/dasd_int.h | 14 ++++++++++++++ 4 files changed, 51 insertions(+), 18 deletions(-) -- Jens Axboe