• Paul E. McKenney's avatar
    rcu: For RCU grace-period kthread starvation, dump last CPU it ran on · 243027a3
    Paul E. McKenney authored
    When the RCU CPU stall-warning code detects that the RCU grace-period
    kthread is being starved, it dumps that kthread's stack.  This can
    sometimes be useful, but it is also useful to know what is running on the
    CPU that this kthread is attempting to run on.  This commit therefore
    adds a stack trace of this CPU in order to help track down whatever it
    is that might be preventing RCU's grace-period kthread from running.
    Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
    243027a3
tree_stall.h 25.1 KB