Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4018a13f authored by Patrick Daly's avatar Patrick Daly Committed by Kishan Kumar
Browse files

rcu: Fix missing task information during rcu-preempt stall



The first item list_for_each_entry_continue(alist) iterates over is
alist->next, rather than alist itself. Consequently,
rcu_print_detail_task_stall_rnp() skips the task referenced by gp_tasks.

Use gp_tasks->prev as the argument to list_for_each_entry_continue()
instead.

Change-Id: Iaa2be14139d0f6c1a1ed25817f0e5737b3e74753
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent dff5c3ef
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment