projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b93c765
)
rcutorture: Dump trace buffer for callback pipe drain failures
author
Paul E. McKenney
<paulmck@linux.ibm.com>
Thu, 16 May 2019 23:15:16 +0000
(16:15 -0700)
committer
Paul E. McKenney
<paulmck@linux.ibm.com>
Tue, 28 May 2019 16:06:09 +0000
(09:06 -0700)
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/rcutorture.c
patch
|
blob
|
history
diff --git
a/kernel/rcu/rcutorture.c
b/kernel/rcu/rcutorture.c
index 6b803fb2f7ca8d65cf595eca843c93fec30bdf2a..89be0f492f78f300ab93e870d08fde9a49d2d352 100644
(file)
--- a/
kernel/rcu/rcutorture.c
+++ b/
kernel/rcu/rcutorture.c
@@
-1060,8
+1060,10
@@
rcu_torture_writer(void *arg)
for (i = 0; i < ARRAY_SIZE(rcu_tortures); i++)
if (list_empty(&rcu_tortures[i].rtort_free) &&
rcu_access_pointer(rcu_torture_current) !=
- &rcu_tortures[i])
+ &rcu_tortures[i]) {
+ rcu_ftrace_dump(DUMP_ALL);
WARN(1, "%s: rtort_pipe_count: %d\n", __func__, rcu_tortures[i].rtort_pipe_count);
+ }
} while (!torture_must_stop());
/* Reset expediting back to unexpedited. */
if (expediting > 0)