commit | b4c5bf353452c49edd860a67845627c9a8f32638 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <[email protected]> | Fri Feb 28 16:11:28 2014 -0800 |
committer | Paul E. McKenney <[email protected]> | Tue Apr 29 08:38:33 2014 -0700 |
tree | 2831f1d9bf2c3523081312b4d0a5d45eaf19c6a8 | |
parent | 96224daa16d6589aff87339cf0f630ef13600a59 [diff] |
documentation: Record rcu_dereference() value mishandling Recent LKML discussings (see http://lwn.net/Articles/586838/ and http://lwn.net/Articles/588300/ for the LWN writeups) brought out some ways of misusing the return value from rcu_dereference() that are not necessarily completely intuitive. This commit therefore documents what can and cannot safely be done with these values. Signed-off-by: Paul E. McKenney <[email protected]> Reviewed-by: Josh Triplett <[email protected]>