Hi, compiling a current (a few days back) linux-stable-rt.git with PREEMPT_RT_FULL results in a significant memory leak. Just repeating cat /proc/meminfo | grep Unreclaim shows the unreclaimable memory jumping in 4 - 12 kB steps. sync ; echo 3 > /proc/sys/vm/drop_caches does not help either, this is for sure a real leak. Looking at the slabtop output the "filp" is responsible for most of the allocations, but there are more, even the "pid" is rising although the number of threads in the system stays the same. PREEMPT_LL and selecting the SLUB (which is the preferred allocator but not available with PREEMPT_RT_FULL) solves the problem. I did not test with LL and SLAB (yet - I think that it is hardly improbable that the SLAB allocator is the reason). I can't test with PREEMPT_RTB as this option looks even more broken on my setup and oopses at root filesystem (ext3) mounting so I do not have the logs and the beginning rolls out of the console so I can't even photograph it :( The machine is an industrial embedded PC running a Geode LX. I did not change the kernel in any way except adding an own module that was not loaded during the tests. I am new to linux-rt and this list - is it OK to attach full .config files? Thanks -- Stano -- 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