Re: [RELEASE] Userspace RCU 0.15.0

2024-12-21 Thread Olivier Dion via lttng-dev
On Fri, 20 Dec 2024, Mathieu Desnoyers wrote: > Hi, [...] >* Introduction of the CMM memory model with the following new primitives: > >- uatomic_load(addr, memory_order) > >- uatomic_store(addr, value, memory_order) >- uatomic_and_mo(addr, mask, memory_orde

Re: [RELEASE] Userspace RCU 0.15.0

2024-12-20 Thread Mathieu Desnoyers via lttng-dev
On 2024-12-20 12:25, Mathieu Desnoyers via lttng-dev wrote: Hi, This is a release announcement for the Userspace RCU library version 0.15.0. It has been nearly two years since the 0.14.0 release, so it is now time to get this out of the door. As per our stable branch release cycle, the 0.13.4

[RELEASE] Userspace RCU 0.15.0

2024-12-20 Thread Mathieu Desnoyers via lttng-dev
Hi, This is a release announcement for the Userspace RCU library version 0.15.0. It has been nearly two years since the 0.14.0 release, so it is now time to get this out of the door. The Userspace RCU library implements RCU, atomics, and lock-free data structures in userspace. * New in this rel