Skip to content
Commit 89440d2d authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcutorture: Fix rcu_fwd_mutex deadlock



The rcu_torture_fwd_cb_hist() function acquires rcu_fwd_mutex, but is
invoked from rcutorture_oom_notify() function, which hold this same
mutex across this call.  This commit fixes the resulting deadlock.

Reported-by: default avatarkernel test robot <oliver.sang@intel.com>
Tested-by: default avatarOliver Sang <oliver.sang@intel.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 02b51a1c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment