diff options
author | 2024-04-27 16:51:54 +0800 | |
---|---|---|
committer | 2024-05-02 14:19:21 +0200 | |
commit | 844776cb65a77ef27bfba2220e285940b714ae4e (patch) | |
tree | 741e98a480cb5dead278e4a6cba77f02c08824ad /scripts/generate_rust_analyzer.py | |
parent | slub: use count_partial_free_approx() in slab_out_of_memory() (diff) | |
download | wireguard-linux-844776cb65a77ef27bfba2220e285940b714ae4e.tar.xz wireguard-linux-844776cb65a77ef27bfba2220e285940b714ae4e.zip |
mm/slub: mark racy access on slab->freelist
In deactivate_slab(), slab->freelist can be changed concurrently. Mark
data race on slab->freelist 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.
Signed-off-by: linke li <lilinke99@qq.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions