On Wed, Jun 14, 2017 at 11:44:59PM +0800, Junchang Wang wrote: > Hi Paul, > > Most of the following patches switch from ACCESS_ONCE to READ_ONCE/WRITE_ONCE in > Section Deferred Processing. Please take a look. Applied and pushed, thank you! And good catch on the redundant assignment! ;-) Thanx, Paul > Thanks, > --Jason > > Junchang Wang (5): > hazptr: Switch from ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() > route_rcu: Switch from ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() > route_rcu: Remove redundant assignment statement to rep->re_freed > seqlocktorture: Switch from ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() > rcu_rcpls: Switch from ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() > > CodeSamples/defer/hazptr.h | 8 ++++---- > CodeSamples/defer/hazptrtorture.h | 6 +++--- > CodeSamples/defer/rcu_rcpls.c | 6 +++--- > CodeSamples/defer/rcu_rcpls.h | 2 +- > CodeSamples/defer/rcutorture.h | 2 +- > CodeSamples/defer/route_rcu.c | 5 ++--- > CodeSamples/defer/seqlocktorture.c | 8 ++++---- > appendix/toyrcu/toyrcu.tex | 14 +++++++------- > defer/rcuusage.tex | 4 ++-- > 9 files changed, 27 insertions(+), 28 deletions(-) > > -- > 2.7.4 > -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html