Re: [patch] Real-Time Preemption, -RT-2.6.12-rc1-V0.7.41-01

2005-03-21 Thread Magnus Naeslund(t)
Ingo Molnar wrote: i've uploaded my current tree (-V0.7.41-01) to: http://redhat.com/~mingo/realtime-preempt/ it includes the latest round of RCU fixes - but doesnt solve the SMP bootup crash. Ingo With this kernel I can run for some 20 minutes, then the ip_dst_cache overflows. I gather it has

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc1-V0.7.41-01

2005-03-22 Thread Magnus Naeslund(t)
Paul E. McKenney wrote: Hello, Magnus, I believe that my earlier patch might take care of this (included again for convenience). Thanx, Paul I just tested this patch, and it did not solve my problem. The dst cache still grows to the maximum and starts

Re: [patch] Real-Time Preemption, -RT-2.6.12-rc1-V0.7.41-07

2005-03-22 Thread Magnus Naeslund(t)
Ingo Molnar wrote: bah, it's leaking dentries at a massive scale. I'm giving up on this variant for the time being and have gone towards a much simpler variant, implemented in the -40-07 patch at: http://redhat.com/~mingo/realtime-preempt/ I downloaded your V0.7.41-08 patch and it seems to have