From: Jérémie Galarneau Date: Mon, 14 Jun 2021 19:21:23 +0000 (-0400) Subject: Fix: bump minimal urcu dependency to 0.11 X-Git-Tag: v2.11.8~14 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=96712f860eca478e97626494642305b047504f50;hp=96712f860eca478e97626494642305b047504f50;p=lttng-tools.git Fix: bump minimal urcu dependency to 0.11 cds_lfht_destroy is used from within RCU read-side critical sections which is only allowed for urcu >= 0.10 (see userspace-rcu commit d0ec0ed2f). Such uses were introduced as part of the 2.11 release (contemporary to urcu 0.10). This version of the fix differs from 879000628 since the configure script has changed significantly for the 2.13 release (use of PKG_CONFIG rather than looking for a version-specific symbol). The configure script looks for `urcu_memb_barrier` which was introduced in liburcu 0.11. Signed-off-by: Jérémie Galarneau Change-Id: I7d8daba877cbdcfaf93cdc4c9b16a3b3df974782 ---