commit | 37e377d2823e03528cb64f435d7c0e30b1c668eb | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Feb 17 22:12:18 2012 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Apr 24 20:55:39 2012 -0700 |
tree | 4cad4e769f6e244886649001a91de85a3a2c80ce | |
parent | 66f75a5d028beaf67c931435fdc3e7823125730c [diff] |
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 <paulmck@linux.vnet.ibm.com>