diff options
author | Max Ammann <max@maxammann.org> | 2024-02-16 13:54:05 +0000 |
---|---|---|
committer | Max Ammann <max@maxammann.org> | 2024-02-16 13:54:05 +0000 |
commit | ca91d3fbc0c135a0217f01fa536298f69e5ba3a8 (patch) | |
tree | fb43d087f9878b876f37da67d1ff57d57f3e4cd4 /docs | |
parent | ad4a776fc60bf2e5d01fcbcd5f0ce37c5ae1d4c8 (diff) | |
download | afl++-ca91d3fbc0c135a0217f01fa536298f69e5ba3a8.tar.gz |
Revert other changes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/best_practices.md | 2 | ||||
-rw-r--r-- | docs/fuzzing_in_depth.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/best_practices.md b/docs/best_practices.md index a871bc11..459fcaf7 100644 --- a/docs/best_practices.md +++ b/docs/best_practices.md @@ -104,7 +104,7 @@ allows you to define network state with different type of data packets. file directory on a tempfs location, see [env_variables.md](env_variables.md). 5. Improve Linux kernel performance: modify `/etc/default/grub`, set - `GRUB_CMDLINE_LINUX="ibpb=off ibrs=off kpti=off l1tf=off mds=off + `GRUB_CMDLINE_LINUX_DEFAULT="ibpb=off ibrs=off kpti=off l1tf=off mds=off mitigations=off no_stf_barrier noibpb noibrs nopcid nopti nospec_store_bypass_disable nospectre_v1 nospectre_v2 pcid=off pti=off spec_store_bypass_disable=off spectre_v2=off stf_barrier=off"`; then diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 5f2bcebe..6a217641 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -791,7 +791,7 @@ or honggfuzz. * If you do not use shmem persistent mode, use `AFL_TMPDIR` to point the input file on a tempfs location, see [env_variables.md](env_variables.md). * Linux: Improve kernel performance: modify `/etc/default/grub`, set - `GRUB_CMDLINE_LINUX="ibpb=off ibrs=off kpti=off l1tf=off mds=off + `GRUB_CMDLINE_LINUX_DEFAULT="ibpb=off ibrs=off kpti=off l1tf=off mds=off mitigations=off no_stf_barrier noibpb noibrs nopcid nopti nospec_store_bypass_disable nospectre_v1 nospectre_v2 pcid=off pti=off spec_store_bypass_disable=off spectre_v2=off stf_barrier=off"`; then |