aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/clang-tools/gen_compile_commands.py
diff options
context:
space:
mode:
authorLi Jinlin <[email protected]>2021-09-07 12:12:42 +0000
committerJens Axboe <[email protected]>2021-09-07 14:36:56 +0000
commit884f0e84f1e3195b801319c8ec3d5774e9bf2710 (patch)
treed41b559ce2e109474d97ac2b8aa5250d0d765f53 /scripts/clang-tools/gen_compile_commands.py
parentblock: genhd: don't call blkdev_show() with major_names_lock held (diff)
downloadkernel-884f0e84f1e3195b801319c8ec3d5774e9bf2710.tar.gz
kernel-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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'scripts/clang-tools/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions