[lttng-dev] [RELEASE] Userspace RCU 0.9.6 and 0.10.2

2019-01-14 Thread Mathieu Desnoyers
Hi, Those are bugfix releases of liburcu 0.9 and 0.10 stable branches. liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiple copies of a given data

[lttng-dev] [PATCH lttng-ust] Cleanup: test Makefiles

2019-01-14 Thread Michael Jeanson
Remove unnessary complexity and use specific names for test programs. Signed-off-by: Michael Jeanson --- .gitignore| 5 ++-- configure.ac | 2 ++ tests/gcc-weak-hidden/Makefile.am | 14 +++ tests/gcc-weak-

Re: [lttng-dev] [PATCH lttng-ust] Cleanup: test Makefiles

2019-01-14 Thread Mathieu Desnoyers
Merged into master branch, thanks! Mathieu - On Jan 14, 2019, at 4:29 PM, Michael Jeanson mjean...@efficios.com wrote: > Remove unnessary complexity and use specific names for test programs. > > Signed-off-by: Michael Jeanson > --- > .gitignore| 5 ++--