Fix: Add missing cmm_smp_mb() in deprecated urcu-signal
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 21 Aug 2023 15:20:37 +0000 (11:20 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 21 Aug 2023 15:23:07 +0000 (11:23 -0400)
commitc5b26a3e57e3ece89c4a2e27b40e41a5b884289f
tree89be42251a51b8a69caae401bf399c3bb763a5eb
parent843860feae4d81442a345e97ec933f5c68436d94
Fix: Add missing cmm_smp_mb() in deprecated urcu-signal

commit 97d13221f8a1 ("Phase 1 of deprecating liburcu-signal") miss a
cmm_smp_mb() at the beginning of the read-side critical sections, which
causes spurious failures in the CI tests.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Id8d5822142bef5f418e2c4653369d93968dca637
include/urcu/static/urcu-signal.h
This page took 0.02506 seconds and 4 git commands to generate.