@chneukirchen @Duncaen ... others
http://desktop.pompel.me/compound.results
The results on the left belongs to the non hardened kernel while the one on the right belongs the hardened one. To sum up, only the process creation is affected more than 10%, but i hardly fork bomb on my computer.
I obviously reenabled CONFIG_INET_DIAG.
@chneukirchen
Without hardening:
```
bash-4.3# time make -j16
real 27m22.752s
user 96m49.877s
sys 8m0.508s
```
With hardening and poisoning enabled at startup:
```
bash-4.3# time make -j16
real 28m29.004s
user 98m21.723s
sys 10m19.178s
```
20% overhead on systime less then 1% overhead on usertime.