On Thu, 2007-05-10 at 17:23 +0530, Anant Nitya wrote: > On 5/9/07, Thomas Gleixner <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-05-09 at 19:42 +0530, Anant Nitya wrote: > > > Hi, > > > Ever since I upgrade to 2.6.21/.1, system log is filled with following > > > messages if I enable CONFIG_NO_HZ=y, going through archives it seems ingo > > > sometime back posted some patch and now it is upstream, but its not > > > helping > > > here. If I disable NOHZ by kernel command line nohz=off this problem > > > disappears. This system is P4/2.40GHz/HT with SMP/SMT on in kernel config. > > > One more thing that I noticed is this problem only arises while using X or > > > network otherwise plain command line with no network access don't trigger > > > this with nohz=on. > > > > Is this independent of the load on the system ? i.e. : What happens if > > you only use the console and run a kernel compile with -j4 ? > Yep, it seems independent of load on the system, to test I compiled > kernel with make -j8 and to throw some more load same time I also used > amavisd to clean around 2000 of spam/virus infected mails and same > time was listening to few radio stream over net in console only login > mode. Even then there was not a single NOHZ: local_softirq_pending > message in log. Once kernel got compiled and amavisd finished its job > and load drops back to around 0.5/2.0 I started X and within few secs > log starts getting filled with local_softirq_pending messages, (sorry, > I didn't applied ratelimit patch since I wanted to test is it high > load on system that causes this or something else). It seems even > network operation is not causing this. It seems either X is doing > something terribly wrong or kernel is getting hosed by X. > If some more information is needed please feel free to ask
Ok, that's consistent with earlier reports. The problem surfaces when one of the SMT-"cpus" goes idle. The problem goes away when you disable hyperthreading. When you apply the ratelimit patch, does the softlockup problem persist ? tglx - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/