Re: [patch] Change softlockup trigger limit using a kernel parameter

From: Ravikiran G Thirumalai
Date: Thu Jul 19 2007 - 14:31:49 EST


On Thu, Jul 19, 2007 at 11:11:42AM +0200, Ingo Molnar wrote:
>
>* Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:
>
>> > +softlockup_thresh:
>> > +
>> > +This value can be used to lower the softlockup tolerance
>> > +threshold. The default threshold is 10s. If a cpu is locked up
>> > +for 10s, the kernel complains. Valid values are 1-10s.
>> > +
>>
>> neato.
>
>please make sure this is applied after the softlockup watchdog patches i
>already did. (in particular the cleanup patch, which this could interact
>with)
>
>also, i think the valid threshold should be between 1 and 60 seconds i
>think.

60 seconds! Is that not a pretty high threshold? The reason for lowering
the tolerance threshold from 10s is to catch bugs early in lab environments,
but why do we need to raise the tolerance thresh beyond 10s?

Thanks,
Kiran
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/