summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2026-07-09 12:06:10 -1000
committerTejun Heo <tj@kernel.org>2026-07-09 12:06:10 -1000
commit05e72aeaaa059aceb662a936007a95ea1912560b (patch)
tree100b81449c05c54e44e9fac6c12aa7d2a9dac89f /tools/perf/scripts/python
parentad45691d8c73075baa1ada6cf2d55c0245259750 (diff)
sched_ext: Use READ_ONCE/WRITE_ONCE in cmask word ops and drop _RACY variants
The cmask ops can operate on BPF-arena cmasks which BPF programs may read and write concurrently. The _RACY op variants existed to make such lockless reads explicit but this turned out to be too restrictive. Mark the word accesses in all the two-cmask ops with READ_ONCE/WRITE_ONCE instead and drop the _RACY variants. Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Andrea Righi <arighi@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions