mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-07 15:38:53 +00:00
Architectures with instrumented (KASAN/KCSAN) atomic operations natively provide arch_atomic_ variants that are not instrumented. It turns out that some generic code also requires arch_atomic_ in order to avoid instrumentation, so provide the arch_atomic_ interface as a direct map into the regular atomic_ interface for non-instrumented architectures. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Paul E. McKenney <paulmck@kernel.org> |
||
|---|---|---|
| .. | ||
| fallbacks | ||
| atomic-tbl.sh | ||
| atomics.tbl | ||
| check-atomics.sh | ||
| gen-atomic-fallback.sh | ||
| gen-atomic-instrumented.sh | ||
| gen-atomic-long.sh | ||
| gen-atomics.sh | ||