summaryrefslogtreecommitdiff
path: root/tools/lib/python/abi/helpers.py
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2025-11-05 12:03:08 -1000
committerTejun Heo <tj@kernel.org>2025-11-05 12:07:09 -1000
commit5a629ecbcdffacfb04fc4eb0098c0688f38c8b9d (patch)
tree87de683d563850dcf7053ac890a924fcaf971f7d /tools/lib/python/abi/helpers.py
parentd723f36e014d296d668b577c0c69cc37be75e6d2 (diff)
sched_ext: Mark racy bitfields to prevent adding fields that can't tolerate races
The warned bitfields in struct scx_sched are updated racily from concurrent CPUs causing RMW races, which is fine for these boolean warning flags. Add a comment marking this area to prevent future fields that can't tolerate racy updates from being added here. Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/lib/python/abi/helpers.py')
0 files changed, 0 insertions, 0 deletions