From: Marek Lindner Date: Fri, 18 Feb 2011 12:28:10 +0000 (+0000) Subject: batman-adv: Correct rcu refcounting for orig_node X-Git-Tag: v2.6.39-rc1~468^2~151^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b36e8eef989fc59535b4f1d3fc0f83afaf419d4;p=pandora-kernel.git batman-adv: Correct rcu refcounting for orig_node It might be possible that 2 threads access the same data in the same rcu grace period. The first thread calls call_rcu() to decrement the refcount and free the data while the second thread increases the refcount to use the data. To avoid this race condition all refcount operations have to be atomic. Reported-by: Sven Eckelmann Signed-off-by: Marek Lindner --- Reading git-diff-tree failed