Re: [PATCH 2/4] nmi_backtrace: generate one-line reports for idle cpus

From: Daniel Thompson
Date: Tue Mar 01 2016 - 09:23:41 EST


On 29/02/16 21:40, Chris Metcalf wrote:
When doing an nmi backtrace of many cores, and most of them are idle,
the output is a little overwhelming and very uninformative. Suppress
messages for cpus that are idling when they are interrupted and
just emit one line, "NMI backtrace for N skipped: idle".

I can see this makes the logs more attractive but this is code for emergency situations.

The idle task is responsible for certain power management activities. How can you be sure the system is wedged because of bugs in that code?


Daniel.