Skip to content

Cleanup the __tsan_acquire/__tsan_release

Ondřej Surý requested to merge ondrej/remove__tsan_acquire_release-hints into main

With ThreadSanitizize support added to the Userspace RCU, we no longer need to wrap the call_rcu and caa_container_of with _tsan{acquire,release} hints. Remove the direct calls to tsan{acquire,release} and the isc_urcu{container,cleanup} macros.

Merge request reports