Re: [lttng-dev] [rp] [PATCH urcu] rculfhash: add assertions on node alignment

2013-02-14 Thread Paul E. McKenney
On Thu, Feb 14, 2013 at 11:19:33AM -0500, Mathieu Desnoyers wrote: > I've had a report of someone running into issues with the RCU lock-free > hash table by embedding the struct cds_lfht_node into a packed structure > by mistake, thus not respecting alignment requirements stated in > urcu/rculfhash

Re: [lttng-dev] [rp] [PATCH urcu] rculfhash: add assertions on node alignment

2013-02-14 Thread Mathieu Desnoyers
* Paul E. McKenney (paul...@linux.vnet.ibm.com) wrote: > On Thu, Feb 14, 2013 at 11:19:33AM -0500, Mathieu Desnoyers wrote: > > I've had a report of someone running into issues with the RCU lock-free > > hash table by embedding the struct cds_lfht_node into a packed structure > > by mistake, thus n