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(-) -- Jens Axboe