>>
>> +WARN(1, "Watchdog detected hard LOCKUP on cpu %d", this_cpu);
>> +
>
> So we repeat the same exact print message and dump the same stack again as
> we do a few lines above? That doesn't make any sense.
>
> Cheers,
> Don
>
Agreed. I'll go back and work on it.
Jeff
On Mon, Feb 01, 2016 at 01:45:27PM -0700, Jeffrey Merkey wrote:
> This patch series adds config options which can be set during compile to
> direct the compiler to output a breakpoint instruction anywhere a BUG_XX()
> or WARN_XX() macro has been placed in the kernel to trigger the system to
> enter
This patch series adds config options which can be set during compile to
direct the compiler to output a breakpoint instruction anywhere a BUG_XX()
or WARN_XX() macro has been placed in the kernel to trigger the system to
enter a debugger if a bug is detected by the system. Use of this compile
tim
3 matches
Mail list logo