I've revised the patch headers a bit (patch 1 more so than others). Jens, please let me know how you'd like to see patch 1 land upstream. I feel like it should probably go as a fix for 6.8-rcX; I have some DM fixes I will be sending Linus this week and can include it (with your Ack of course). But you're welcome to pick it up just like any other block fix. Thanks, Mike Hongyu Jin (5): block: Fix where bio IO priority gets set dm io: Support IO priority dm bufio: Support IO priority dm verity: Fix IO priority lost when reading FEC and hash dm crypt: Fix IO priority lost when queuing write bios block/blk-core.c | 10 +++++ block/blk-mq.c | 10 ----- drivers/md/dm-bufio.c | 43 +++++++++++-------- drivers/md/dm-crypt.c | 1 + drivers/md/dm-ebs-target.c | 8 ++-- drivers/md/dm-integrity.c | 12 +++--- drivers/md/dm-io.c | 23 +++++----- drivers/md/dm-kcopyd.c | 4 +- drivers/md/dm-log.c | 4 +- drivers/md/dm-raid1.c | 6 +-- drivers/md/dm-snap-persistent.c | 8 ++-- drivers/md/dm-verity-fec.c | 21 +++++---- drivers/md/dm-verity-target.c | 13 ++++-- drivers/md/dm-writecache.c | 8 ++-- drivers/md/persistent-data/dm-block-manager.c | 6 +-- include/linux/dm-bufio.h | 5 ++- include/linux/dm-io.h | 3 +- 17 files changed, 102 insertions(+), 83 deletions(-) -- 2.40.0