commit | 2eb9d6a49acd4f12078967c33e9786e084fe6407 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Mon Mar 28 16:00:05 2022 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Mon Mar 28 16:00:05 2022 -0700 |
tree | d836959c194fcbc408a6532e9a1eea0f501f91ab | |
parent | b6ad8427a215bac3454ab44ca47540582ef0ff43 [diff] |
rcu-tasks: Make show_rcu_tasks_generic_gp_kthread() check all CPUs Currently, the show_rcu_tasks_generic_gp_kthread() function only looks at CPU 0's callback lists. Although this is not fatal, it can confuse debugging efforts in cases where any of the Tasks RCU flavors are in per-CPU queueing mode. This commit therefore causes this function to scan all CPUs' callback queues. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>