From: Paul E. McKenney Date: Sat, 18 Feb 2012 06:12:18 +0000 (-0800) Subject: rcu: Fixes to rcutorture error handling and cleanup X-Git-Tag: v3.5-rc1~164^2^2^4~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37e377d2823e03528cb64f435d7c0e30b1c668eb;p=pandora-kernel.git rcu: Fixes to rcutorture error handling and cleanup The rcutorture initialization code ignored the error returns from rcu_torture_onoff_init() and rcu_torture_stall_init(). The rcutorture cleanup code failed to NULL out a number of pointers. These bugs will normally have no effect, but this commit fixes them nevertheless. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed