> > Also some context on test frequency: Hardware has strict rate limiting of tests. > > Every core can be tested only once in every 30 minutes. So it is pointless to test at high frequency. > > What limits this, the kernel? Microcode enforces the per-core repeat rate on the first implementation. But this limit isn't architectural. Future implementations may not have the same, or perhaps any, limit. -Tony