]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
block: avoid to reuse `hctx` not removed from cpuhp callback list
authorMing Lei <ming.lei@redhat.com>
Wed, 18 Dec 2024 10:16:15 +0000 (18:16 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Dec 2024 13:02:12 +0000 (14:02 +0100)
commitb5792c162dcf6197bf3d2de2be6c8169435b73d0
tree817d29229c6eb86473ff0aaae34ad9e6177c8872
parent0f289ba4e5ae2ff81c8954ab2bd371082cb8eddc
block: avoid to reuse `hctx` not removed from cpuhp callback list

[ Upstream commit 85672ca9ceeaa1dcf2777a7048af5f4aee3fd02b ]

If the 'hctx' isn't removed from cpuhp callback list, we can't reuse it,
otherwise use-after-free may be triggered.

Reported-by: kernel test robot <oliver.sang@intel.com>
Closes: https://lore.kernel.org/oe-lkp/202412172217.b906db7c-lkp@intel.com
Tested-by: kernel test robot <oliver.sang@intel.com>
Fixes: 22465bbac53c ("blk-mq: move cpuhp callback registering out of q->sysfs_lock")
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20241218101617.3275704-3-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
block/blk-mq.c