Hi Paul and list, I'm reading Chapter Toy RCU, and the following are some corrections. Most of them focus on replacing ACCESS_ONCE() with READ_ONCE() and WRITE_ONCE(). Please let me know if they look OK. Thanks, --Junchang -- Junchang Wang (4): Replace the plain accesses and the use of ACCESS_ONCE() with READ_ONCE()/WRITE_ONCE(). ACCESS_ONCE() with READ_ONCE()/WRITE_ONCE() Replace the plain accesses and the use of ACCESS_ONCE() with READ_ONCE()/WRITE_ONCE(). toyrcu: fix typo. CodeSamples/defer/rcu.c | 5 +++-- CodeSamples/defer/rcu.h | 5 +++-- CodeSamples/defer/rcu_nest.c | 5 +++-- CodeSamples/defer/rcu_nest.h | 8 +------- CodeSamples/defer/rcu_qs.c | 5 +++-- CodeSamples/defer/rcu_qs.h | 4 ++-- appendix/toyrcu/toyrcu.tex | 28 ++++++++++++++-------------- 7 files changed, 29 insertions(+), 31 deletions(-) -- 2.7.4