commit | 4bc8d55574dd316e43975651b9259c5c18d741fc | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Nov 27 15:13:56 2017 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jun 26 12:25:55 2018 -0700 |
tree | b7e171ee4ab41077338234b0f4a8ca97fff4f324 | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 [diff] |
rcu: Add debugging info to assertion The WARN_ON_ONCE(rcu_preempt_blocked_readers_cgp()) in rcu_gp_cleanup() triggers (inexplicably, of course) every so often. This commit therefore extracts more information. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>