• Paul E. McKenney's avatar
    tick-sched: Clarify "NOHZ: local_softirq_pending" warning · bca37119
    Paul E. McKenney authored
    Currently, can_stop_idle_tick() prints "NOHZ: local_softirq_pending HH"
    (where "HH" is the hexadecimal softirq vector number) when one or more
    non-RCU softirq handlers are still enabled when checking to stop the
    scheduler-tick interrupt.  This message is not as enlightening as one
    might hope, so this commit changes it to "NOHZ tick-stop error: Non-RCU
    local softirq work is pending, handler #HH".
    Reported-by: default avatarAndy Lutomirski <luto@kernel.org>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Ingo Molnar <mingo@kernel.org>
    Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
    bca37119
tick-sched.c 35.5 KB