diff options
author | Rohan McLure <[email protected]> | 2023-05-10 13:31:12 +1000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2023-06-21 15:13:57 +1000 |
commit | b0c5b4f1ee3687c57dab65ac0729a4d61967f032 (patch) | |
tree | 80219cd429f75e9733654e03ab54eff9dfef639b /scripts/bpf_doc.py | |
parent | be286b8637d417a7d7eb25dc3a509c10d0afef66 (diff) |
powerpc: powernv: Fix KCSAN datarace warnings on idle_state contention
The idle_state entry in the PACA on PowerNV features a bit which is
atomically tested and set through ldarx/stdcx. to be used as a spinlock.
This lock then guards access to other bit fields of idle_state. KCSAN
cannot differentiate between any of these bitfield accesses as they all
are implemented by 8-byte store/load instructions, thus cores contending
on the bit-lock appear to data race with modifications to idle_state.
Separate the bit-lock entry from the data guarded by the lock to avoid
the possibility of data races being detected by KCSAN.
Suggested-by: Nicholas Piggin <[email protected]>
Signed-off-by: Rohan McLure <[email protected]>
Reviewed-by: Nicholas Piggin <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions