Hi Linus, Just a few minor fixes for this release: - Fix an issue with the hardware queue nr_active, causing it to become imbalanced (Tian) - Fix an issue with null_blk not releasing pages if configured as memory backed (Nitesh) - Fix a locking issue in dasd (Jan) Please pull! The following changes since commit 2e45a49531fef55f4abbd6738c052545f53f43d4: Merge tag 'nvme-6.4-2023-06-01' of git://git.infradead.org/nvme into block-6.4 (2023-06-01 11:12:46 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.4-2023-06-09 for you to fetch changes up to ccc45cb4e7271c74dbb27776ae8f73d84557f5c6: s390/dasd: Use correct lock while counting channel queue length (2023-06-09 11:35:52 -0600) ---------------------------------------------------------------- block-6.4-2023-06-09 ---------------------------------------------------------------- Jan Höppner (1): s390/dasd: Use correct lock while counting channel queue length Nitesh Shetty (1): null_blk: Fix: memory release when memory_backed=1 Tian Lan (1): blk-mq: fix blk_mq_hw_ctx active request accounting block/blk-mq.c | 8 ++++---- drivers/block/null_blk/main.c | 1 + drivers/s390/block/dasd_ioctl.c | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) -- Jens Axboe