From: Paul E. McKenney Date: Wed, 30 May 2012 00:50:51 +0000 (-0700) Subject: rcu: Make rcutorture fakewriters invoke rcu_barrier() X-Git-Tag: v3.6-rc1~168^2^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72472a02a9c4507ef54d03d71bb253c26015f52c;p=pandora-kernel.git rcu: Make rcutorture fakewriters invoke rcu_barrier() The current rcutorture rcu_barrier() testing never intentionally runs more than one instance of rcu_barrier() at a given time. This fails to test the the shiny new concurrency features of rcu_barrier(). This commit therefore modifies the rcutorture fakewriter kthread to randomly invoke rcu_barrier() rather than the usual synchronize_rcu(). Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed