mbox series

[GIT,PULL] Block fixes for 6.12-rc2

Message ID bc04d464-e0bd-457f-83d1-95f12b95f54e@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.12-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.12-20241004

Message

Jens Axboe Oct. 4, 2024, 3:11 p.m. UTC
Hi Linus,

A few fixes for the block stack that should go into 6.12-rc2:

- Fix another use-after-free in aoe

- Fixup wrong nested non-saving irq disable/restore in blk-iocost.

- Fixup a kerneldoc complaint introduced by a merge window patch.

Please pull!


The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.12-20241004

for you to fetch changes up to 6d6e54fc71ad1ab0a87047fd9c211e75d86084a3:

  aoe: fix the potential use-after-free problem in more places (2024-10-02 07:16:44 -0600)

----------------------------------------------------------------
block-6.12-20241004

----------------------------------------------------------------
Chun-Yi Lee (1):
      aoe: fix the potential use-after-free problem in more places

Dan Carpenter (1):
      blk_iocost: remove some duplicate irq disable/enables

Keith Busch (1):
      block: fix blk_rq_map_integrity_sg kernel-doc

 block/blk-integrity.c      |  3 +--
 block/blk-iocost.c         |  8 ++++----
 drivers/block/aoe/aoecmd.c | 13 ++++++++++++-
 3 files changed, 17 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 4, 2024, 5:50 p.m. UTC | #1
The pull request you sent on Fri, 4 Oct 2024 09:11:01 -0600:

> git://git.kernel.dk/linux.git tags/block-6.12-20241004

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/360c1f1f24c6ab1dfe422a81a90cc07f53f378c1

Thank you!