diff options
Diffstat (limited to 'kernel/rcu/tree.c')
| -rw-r--r-- | kernel/rcu/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index 86fc087c7777..4d7c727020f0 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/tree.c | |||
| @@ -1350,6 +1350,7 @@ static void rcu_check_gp_kthread_starvation(struct rcu_state *rsp) | |||
| 1350 | rsp->gp_kthread ? rsp->gp_kthread->state : ~0, | 1350 | rsp->gp_kthread ? rsp->gp_kthread->state : ~0, |
| 1351 | rsp->gp_kthread ? task_cpu(rsp->gp_kthread) : -1); | 1351 | rsp->gp_kthread ? task_cpu(rsp->gp_kthread) : -1); |
| 1352 | if (rsp->gp_kthread) { | 1352 | if (rsp->gp_kthread) { |
| 1353 | pr_err("RCU grace-period kthread stack dump:\n"); | ||
| 1353 | sched_show_task(rsp->gp_kthread); | 1354 | sched_show_task(rsp->gp_kthread); |
| 1354 | wake_up_process(rsp->gp_kthread); | 1355 | wake_up_process(rsp->gp_kthread); |
| 1355 | } | 1356 | } |
