Re: [PATCH RFC memory-model 0/7] Memory-model changes

2018-09-14 Thread Paul E. McKenney
On Fri, Sep 14, 2018 at 01:19:37PM -0400, Alan Stern wrote: > On Fri, 14 Sep 2018, Paul E. McKenney wrote: > > > bf36a3124d04 doc: Replace smp_cond_acquire() with > > smp_cond_load_acquire() > > > > Small change, needs an ack. Looks to me like is is > > just aligning

Re: [PATCH RFC memory-model 0/7] Memory-model changes

2018-09-14 Thread Alan Stern
On Fri, 14 Sep 2018, Paul E. McKenney wrote: > bf36a3124d04 doc: Replace smp_cond_acquire() with > smp_cond_load_acquire() > > Small change, needs an ack. Looks to me like is is > just aligning the documentation with the code, so > should not be c

Re: [PATCH RFC memory-model 0/7] Memory-model changes

2018-09-14 Thread Paul E. McKenney
On Wed, Aug 29, 2018 at 02:10:18PM -0700, Paul E. McKenney wrote: > Hello! > > This series contains memory-model updates, not yet ready for inclusion: Summarizing my current state for the week after next's planned for-inclusion series: ccc8b5139f65 tools/memory-model: Add litmus-test nam

[PATCH RFC memory-model 0/7] Memory-model changes

2018-08-29 Thread Paul E. McKenney
Hello! This series contains memory-model updates, not yet ready for inclusion: 1. Add extra ordering for locks and remove it for ordinary release/acquire, courtesy of Alan Stern. There is some remaining disagreement as to whether or not locks and ordinary release/acq