aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
diff options
context:
space:
mode:
authorPatrick Daly <pdaly@codeaurora.org>2015-03-26 18:01:48 -0700
committerPatrick Daly <pdaly@codeaurora.org>2015-04-01 12:35:22 -0700
commita396b70ac5d1058bc1c09b57ab7b673fa234b54f (patch)
treecc315e449f02e706e5247481598452837fad56a2 /scripts/gcc-wrapper.py
parent85bad57169af6d973e007fc1084fe746d3748688 (diff)
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: Patrick Daly <pdaly@codeaurora.org>
Diffstat (limited to 'scripts/gcc-wrapper.py')
0 files changed, 0 insertions, 0 deletions