From: Paul E. McKenney Date: Fri, 21 Mar 2014 23:17:56 +0000 (-0700) Subject: rcutorture: Explicitly test synchronous grace-period primitives X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~26^2^2~2^3~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0bf8fab4f311cffa869a462ffd182465c4caee6;p=pandora-kernel.git rcutorture: Explicitly test synchronous grace-period primitives The original rcu_torture_writer() avoided testing the synchronous grace-period primitives because they were simply wrappers around call_rcu() invocations. The testing of these synchronous primitives was delegated to the fake writers. However, there really is no excuse not to test them, especially in the case of SRCU, where the wrappering is somewhat more elaborate. This commit therefore makes the default rcutorture parameters cause rcu_torture_writer() to include synchronous grace-period primitives in its testing. Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed