I'm pleased to announce the v2.6.21.5-rt19 kernel on behalf of Ingo. It can be downloaded from the usual place: http://people.redhat.com/mingo/realtime-preempt/ More info about the -rt patch set can be found in the RT wiki: http://rt.wiki.kernel.org Changes since 2.6.21.5-rt18: - Fixed a nasty and hard to track down slowness / boot problem on SMP machines with CONFIG_NOHZ enabled. The problem was caused by the timer wheel base lock held during the get_next_timer_interrupt() call in the idle path, which eventually led to a bogus PI boosting of the idle task and in consequence a stale wrong scheduler selection for the affected idle task. Kudos to Carsten Emde, who patiently and meticulously isolated the problem and provided the traces, which allowed to identify the root cause. Problem solution: Prevent idle task boosting - back port of the ntp / clock_was_set fix - integration of the processor_idle fix from Venki Pallipadi, which resolves boot issues on some platforms - ep93xx clock events fix from Manfred Gruber To build a 2.6.21.5-rt19 tree, the following patches should be applied: http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.5.tar.bz2 http://people.redhat.com/mingo/realtime-preempt/patch-2.6.21.5-rt19 Thanks, tglx - To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html