It's been reported that in linuxcnc running on preempt-rt, when the controlling thread calls setresuid() other RT threads in the same process see big latencies. We started putting two and two together about this after we found that linuxcnc running on RTAI LXRT would sometimes hard lock when the controlling thread calls setresuid(). It appears to be beacause setresuid() does something for each thread; and this works poorly or not at all when the threads are RT. Is it likely that anything can be done about this state of affairs? In the short term, I'll be migrating linuxcnc back to using setfsuid, which is apparently per-thread. Jeff -- 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