High-performance folks have objected to my harvesting of entropy in the zone allocator (UMA). This work will set that harvesting to optional, with the default to "off". The code concerned is compiled out, so there are NO instructions added when it is not present. The call lines remain, but these will be null macros by default.
Folks who need this entropy may turn it on with a kernel build option, and SDT probes are set in place to assist the measurements needed in making the decision.