Hi Linus, Main thing in this pull request is the fix for the regression in flush handling which caused IO hangs/stalls for a few reporters. Hopefully that should all be sorted out now. Outside of that, just a few minor fixes for issues that were introduced in this cycle. Please pull! nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopoll (2023-08-11 08:12:32 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.5-2023-08-19 for you to fetch changes up to e5c0ca13659e9d18f53368d651ed7e6e433ec1cf: blk-mq: release scheduler resource when request completes (2023-08-19 07:47:17 -0600) ---------------------------------------------------------------- block-6.5-2023-08-19 ---------------------------------------------------------------- Chengming Zhou (1): blk-mq: release scheduler resource when request completes Li Zhijian (1): drivers/rnbd: restore sysfs interface to rnbd-client Ming Lei (1): blk-cgroup: hold queue_lock when removing blkg->q_node Sweet Tea Dorminy (1): blk-crypto: dynamically allocate fallback profile block/blk-cgroup.c | 2 ++ block/blk-crypto-fallback.c | 36 +++++++++++++++++++++++------------- block/blk-mq.c | 23 ++++++++++++++++++++--- block/elevator.c | 3 +++ drivers/block/rnbd/rnbd-clt-sysfs.c | 2 +- 5 files changed, 49 insertions(+), 17 deletions(-) -- Jens Axboe