rcu: Don't destroy rcu_torture_boost() callback until it is done
authorPaul E. McKenney <paul.mckenney@linaro.org>
Tue, 21 Jun 2011 08:48:03 +0000 (01:48 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 29 Sep 2011 04:38:10 +0000 (21:38 -0700)
commit9d68197c05201d8edc70d58bd1d5dad05d8455e8
treec83d9b72ca28debc70fd1912b2e09867e439d87f
parent8008e129dc90ff4f7a56cb033d6bd042afe3ed52
rcu: Don't destroy rcu_torture_boost() callback until it is done

The rcu_torture_boost() cleanup code destroyed debug-objects state before
waiting for the last RCU callback to be invoked, resulting in rare but
very real debug-objects warnings.  Move the destruction to after the
waiting to fix this problem.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutorture.c
This page took 0.025086 seconds and 5 git commands to generate.