aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorlinke li <[email protected]>2024-04-27 14:29:56 +0800
committerAndrew Morton <[email protected]>2024-05-05 17:53:57 -0700
commit5ee9562c586cd4ca9402b3636157abdd58ab7978 (patch)
tree6bf4ad0be1e6322658e8869cb48c2e62535c95ee /tools/perf/scripts/python
parent637a900b08c65387dcac1417a964399986b1b424 (diff)
mm/swapfile: mark racy access on si->highest_bit
In scan_swap_map_slots(), si->highest_bit can by changed by swap_range_alloc() concurrently. All reads on si->highest_bit except one is either protected by lock or read using READ_ONCE. So mark the one racy read on si->highest_bit as benign using READ_ONCE. This patch is aimed at reducing the number of benign races reported by KCSAN in order to focus future debugging effort on harmful races. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: linke li <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions