Re: [PATCH tip/core/rcu 1/3] memory-barriers: Fix control-ordering no-transitivity example

2014-09-07 Thread Pranith Kumar
On Thu, Aug 28, 2014 at 2:12 PM, Paul E. McKenney wrote: > From: "Paul E. McKenney" > > The control-ordering example demonstrating lack of transitivity had > multiple problems. This commit fixes them. > > Reported-by: Nikolay Samofatov > Signed-off-by: Paul E. McKenney Reviewed-by: Pranith

Re: [PATCH tip/core/rcu 1/3] memory-barriers: Fix control-ordering no-transitivity example

2014-09-07 Thread Pranith Kumar
On Thu, Aug 28, 2014 at 2:12 PM, Paul E. McKenney paul...@linux.vnet.ibm.com wrote: From: Paul E. McKenney paul...@linux.vnet.ibm.com The control-ordering example demonstrating lack of transitivity had multiple problems. This commit fixes them. Reported-by: Nikolay Samofatov

[PATCH tip/core/rcu 1/3] memory-barriers: Fix control-ordering no-transitivity example

2014-08-28 Thread Paul E. McKenney
From: "Paul E. McKenney" The control-ordering example demonstrating lack of transitivity had multiple problems. This commit fixes them. Reported-by: Nikolay Samofatov Signed-off-by: Paul E. McKenney --- Documentation/memory-barriers.txt | 28 +--- 1 file changed, 17

[PATCH tip/core/rcu 1/3] memory-barriers: Fix control-ordering no-transitivity example

2014-08-28 Thread Paul E. McKenney
From: Paul E. McKenney paul...@linux.vnet.ibm.com The control-ordering example demonstrating lack of transitivity had multiple problems. This commit fixes them. Reported-by: Nikolay Samofatov nikolay.samofa...@gmail.com Signed-off-by: Paul E. McKenney paul...@linux.vnet.ibm.com ---