mbox series

[GIT,PULL] Block fixes for 6.3-rc2

Message ID 2d435dfb-178e-5055-e0d1-f53a72232465@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.3-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.3-2023-03-09

Message

Jens Axboe March 10, 2023, 5:35 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 11, 2023, 4:52 a.m. UTC | #1
The pull request you sent on Fri, 10 Mar 2023 10:35:01 -0700:

> git://git.kernel.dk/linux.git tags/block-6.3-2023-03-09

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/40f879bdd3450f20ff1db48e7a8366fc24dcc7fe

Thank you!