Hi Linus, A few minor fixes: - Fix ldm kernel-doc warning (Bart) - Fix adding offset twice for DMA address in n64cart (Christoph) - Fix use-after-free in dasd path handling (Stefan) - Order kyber insert trace correctly (Vincent) - raid1 errored write handling fix (Wei) - Fix blk-iolatency queue get failure handling (Yu) Please pull! The following changes since commit 340e84573878b2b9d63210482af46883366361b9: block: delay freeing the gendisk (2021-07-27 19:35:47 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.14-2021-08-07 for you to fetch changes up to fb7b9b0231ba8f77587c23f5257a4fdb6df1219e: kyber: make trace_block_rq call consistent with documentation (2021-08-06 16:40:47 -0600) ---------------------------------------------------------------- block-5.14-2021-08-07 ---------------------------------------------------------------- Bart Van Assche (1): block/partitions/ldm.c: Fix a kernel-doc warning Christoph Hellwig (1): n64cart: fix the dma address in n64cart_do_bvec Jens Axboe (1): Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.14 Stefan Haberland (1): s390/dasd: fix use after free in dasd path handling Vincent Fu (1): kyber: make trace_block_rq call consistent with documentation Wei Shuyu (1): md/raid10: properly indicate failure when ending a failed write request Yu Kuai (1): blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit() block/blk-iolatency.c | 6 +++++- block/kyber-iosched.c | 2 +- block/partitions/ldm.c | 2 +- drivers/block/n64cart.c | 2 +- drivers/md/raid1.c | 2 -- drivers/md/raid10.c | 4 ++-- drivers/s390/block/dasd_eckd.c | 13 +++++++++++-- 7 files changed, 21 insertions(+), 10 deletions(-) -- Jens Axboe