From: Paul E. McKenney Date: Wed, 30 Mar 2011 16:10:44 +0000 (-0700) Subject: rcu: mark rcutorture boosting callback as being on-stack X-Git-Tag: v3.0-rc1~392^2~57 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=561190e3b3db372403fb6a327b0121b4cae1b87e;p=pandora-kernel.git rcu: mark rcutorture boosting callback as being on-stack The CONFIG_DEBUG_OBJECTS_RCU_HEAD facility requires that on-stack RCU callbacks be flagged explicitly to debug-objects using the init_rcu_head_on_stack() and destroy_rcu_head_on_stack() functions. This commit applies those functions to the rcutorture code that tests RCU priority boosting. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed