summaryrefslogtreecommitdiffstats
path: root/block/blk.h
diff options
context:
space:
mode:
authorLi Jinlin <lijinlin3@huawei.com>2021-09-07 20:12:42 +0800
committerJens Axboe <axboe@kernel.dk>2021-09-07 08:36:56 -0600
commit884f0e84f1e3195b801319c8ec3d5774e9bf2710 (patch)
treed41b559ce2e109474d97ac2b8aa5250d0d765f53 /block/blk.h
parentdfbb3409b27fa42b96f5727a80d3ceb6a8663991 (diff)
downloadlinux-stable-884f0e84f1e3195b801319c8ec3d5774e9bf2710.tar.gz
linux-stable-884f0e84f1e3195b801319c8ec3d5774e9bf2710.tar.bz2
linux-stable-884f0e84f1e3195b801319c8ec3d5774e9bf2710.zip
blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
The pending timer has been set up in blk_throtl_init(). However, the timer is not deleted in blk_throtl_exit(). This means that the timer handler may still be running after freeing the timer, which would result in a use-after-free. Fix by calling del_timer_sync() to delete the timer in blk_throtl_exit(). Signed-off-by: Li Jinlin <lijinlin3@huawei.com> Link: https://lore.kernel.org/r/20210907121242.2885564-1-lijinlin3@huawei.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk.h')
0 files changed, 0 insertions, 0 deletions