Re: [PATCH v2] Documentation: rewrite confusing statement about memory barriers

2017-09-21 Thread Guilherme G. Piccoli
On 09/21/2017 04:50 PM, Paul E. McKenney wrote: > On Thu, Sep 21, 2017 at 04:29:01PM -0300, Guilherme G. Piccoli wrote: >> In this specific portion of the write memory barriers description, >> the documentation mentions sequential order of stores, which is >> confusing since sequential ordering is

Re: [PATCH v2] Documentation: rewrite confusing statement about memory barriers

2017-09-21 Thread Paul E. McKenney
On Thu, Sep 21, 2017 at 04:29:01PM -0300, Guilherme G. Piccoli wrote: > In this specific portion of the write memory barriers description, > the documentation mentions sequential order of stores, which is > confusing since sequential ordering is not guaranteed. > > This patch tries to improve the

[PATCH v2] Documentation: rewrite confusing statement about memory barriers

2017-09-21 Thread Guilherme G. Piccoli
In this specific portion of the write memory barriers description, the documentation mentions sequential order of stores, which is confusing since sequential ordering is not guaranteed. This patch tries to improve the doc in order to avoid any mis-understanding. Cc: Paul E. McKenney Signed-off-b