Hi Linus, A few fixes for the 6.3 release: - Fix a regression in exclusive mode handling of the partition code, introduced in this merge windoe (Yu) - Fix for a use-after-free in BFQ (Yu) - Add sysfs documentation for the 'hidden' attribute (Sagi) Please pull! The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.3-2023-03-09 for you to fetch changes up to e2f2a39452c43b64ea3191642a2661cb8d03827a: block, bfq: fix uaf for 'stable_merge_bfqq' (2023-03-08 07:34:50 -0700) ---------------------------------------------------------------- block-6.3-2023-03-09 ---------------------------------------------------------------- Sagi Grimberg (1): docs: sysfs-block: document hidden sysfs entry Yu Kuai (2): block: fix wrong mode for blkdev_put() from disk_scan_partitions() block, bfq: fix uaf for 'stable_merge_bfqq' Documentation/ABI/stable/sysfs-block | 9 +++++++++ block/bfq-iosched.c | 18 +++++++++--------- block/genhd.c | 2 +- 3 files changed, 19 insertions(+), 10 deletions(-) -- Jens Axboe