diff options
| author | hexcoder- <heiko@hexco.de> | 2021-02-13 23:29:04 +0100 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2021-02-13 23:29:04 +0100 |
| commit | e45333bcf96f86b5ef0b905a8e84fad7b7cb0427 (patch) | |
| tree | 30deaa24dbcc759bf03df3b1043ef1ca69f89089 /afl-system-config | |
| parent | c906c042be926652aa2e2d9fb4886ee03f5d86c2 (diff) | |
| parent | 9bd1e19d7f004b4da6a610b07e59f99d66bb7ec2 (diff) | |
| download | afl++-e45333bcf96f86b5ef0b905a8e84fad7b7cb0427.tar.gz | |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'afl-system-config')
| -rwxr-xr-x | afl-system-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/afl-system-config b/afl-system-config index 456cccac..d5e5ceae 100755 --- a/afl-system-config +++ b/afl-system-config @@ -34,6 +34,7 @@ if [ "$PLATFORM" = "Linux" ] ; then test -e /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor && echo performance | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor test -e /sys/devices/system/cpu/intel_pstate/no_turbo && echo 0 > /sys/devices/system/cpu/intel_pstate/no_turbo test -e /sys/devices/system/cpu/cpufreq/boost && echo 1 > /sys/devices/system/cpu/cpufreq/boost + test -e /sys/devices/system/cpu/intel_pstate/max_perf_pct && echo 100 > /sys/devices/system/cpu/intel_pstate/max_perf_pct } > /dev/null echo Settings applied. dmesg | egrep -q 'nospectre_v2|spectre_v2=off' || { |
