summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorYu Kuai <yukuai3@huawei.com>2022-05-13 05:35:06 +0300
committerJens Axboe <axboe@kernel.dk>2022-05-16 20:39:20 +0300
commit181490d5321806e537dc5386db5ea640b826bf78 (patch)
tree863c51bbcc79a13cda5dbfda4106050ed2bf3a36 /tools/perf/scripts/python/export-to-sqlite.py
parenta3e7689bfaae031177ebbb257d5a704b47236044 (diff)
downloadlinux-181490d5321806e537dc5386db5ea640b826bf78.tar.xz
block, bfq: protect 'bfqd->queued' by 'bfqd->lock'
If bfq_schedule_dispatch() is called from bfq_idle_slice_timer_body(), then 'bfqd->queued' is read without holding 'bfqd->lock'. This is wrong since it can be wrote concurrently. Fix the problem by holding 'bfqd->lock' in such case. Signed-off-by: Yu Kuai <yukuai3@huawei.com> Reviewed-by: Jan Kara <jack@suse.cz> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Link: https://lore.kernel.org/r/20220513023507.2625717-2-yukuai3@huawei.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions