Re: [PATCH v2 4/4] Add WARN() function call to hard-soft lockup

From: Jeffrey Merkey
Date: Mon Feb 01 2016 - 16:10:46 EST


>>
>> + 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