Merge tag 'block-6.3-2023-03-09' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Mar 2023 04:06:49 +0000 (20:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Mar 2023 04:06:49 +0000 (20:06 -0800)
commit40f879bdd3450f20ff1db48e7a8366fc24dcc7fe
tree6cdf2146c9f99b43f152b0cdac11e406cd469daf
parentd33d4c9e0888e9ee7666813b3f9ecc244a64d127
parente2f2a39452c43b64ea3191642a2661cb8d03827a
Merge tag 'block-6.3-2023-03-09' of git://git.kernel.dk/linux

Pull block fixes from Jens Axboe:

 - 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)

* tag 'block-6.3-2023-03-09' of git://git.kernel.dk/linux:
  block, bfq: fix uaf for 'stable_merge_bfqq'
  docs: sysfs-block: document hidden sysfs entry
  block: fix wrong mode for blkdev_put() from disk_scan_partitions()