commit | 1c97be677f72b3c338312aecd36d8fff20322f32 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Sep 20 22:02:17 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Nov 23 10:37:35 2015 -0800 |
tree | 805643267b5d6cc61c8dd168c4610c554cd76a68 | |
parent | 6cf10081220ae21175a867d446b3167bcbcb937b [diff] |
list: Use WRITE_ONCE() when adding to lists and hlists Code that does lockless emptiness testing of non-RCU lists is relying on the list-addition code to write the list head's ->next pointer atomically. This commit therefore adds WRITE_ONCE() to list-addition pointer stores that could affect the head's ->next pointer. Reported-by: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>