Hi Linus, A few fixes for the block side for the 6.11 release: - Fix corruption issues with s390/dasd (Eric, Stefan) - Fix a misuse of non irq locking grab of a lock (Li) - MD pull request with a single data corruption fix for raid1 (Yu) And I just now notice that I used the wrong data on both this one and the io_uring pull request. Oh well, it's just a tag name. Please pull! The following changes since commit eded04fe3bdad9b11bc82b972b4c6fa79f1726ba: Merge tag 'nvme-6.11-2024-08-08' of git://git.infradead.org/nvme into block-6.11 (2024-08-08 12:27:40 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.11-20240824 for you to fetch changes up to b313a8c835516bdda85025500be866ac8a74e022: block: Fix lockdep warning in blk_mq_mark_tag_wait (2024-08-15 19:25:03 -0600) ---------------------------------------------------------------- block-6.11-20240824 ---------------------------------------------------------------- Eric Farman (1): s390/dasd: Remove DMA alignment Jens Axboe (1): Merge tag 'md-6.11-20240815' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.11 Li Lingfeng (1): block: Fix lockdep warning in blk_mq_mark_tag_wait Stefan Haberland (1): s390/dasd: fix error recovery leading to data corruption on ESE devices Yu Kuai (1): md/raid1: Fix data corruption for degraded array with slow disk block/blk-mq-tag.c | 5 ++-- drivers/md/raid1.c | 14 +++++++--- drivers/s390/block/dasd.c | 36 ++++++++++++++++--------- drivers/s390/block/dasd_3990_erp.c | 10 ++----- drivers/s390/block/dasd_eckd.c | 55 +++++++++++++++++--------------------- drivers/s390/block/dasd_genhd.c | 1 - drivers/s390/block/dasd_int.h | 2 +- 7 files changed, 63 insertions(+), 60 deletions(-) -- Jens Axboe