Hi Linus, Two small fixes for tihs release: - Add missing QUEUE_FLAG_HCTX_ACTIVE in the debugfs handling (Johannes) - Fix double free / UAF issue in __alloc_disk_node (Tetsuo) Please pull! The following changes since commit 41e76c6a3c83c85e849f10754b8632ea763d9be4: nbd: use shifts rather than multiplies (2021-09-29 20:31:41 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.15-2021-10-09 for you to fetch changes up to 1dbdd99b511c966be9147ad72991a2856ac76f22: block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output (2021-10-04 06:58:39 -0600) ---------------------------------------------------------------- block-5.15-2021-10-09 ---------------------------------------------------------------- Johannes Thumshirn (1): block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output Tetsuo Handa (1): block: genhd: fix double kfree() in __alloc_disk_node() block/bdev.c | 2 +- block/blk-mq-debugfs.c | 1 + block/genhd.c | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) -- Jens Axboe