aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorHeyuan <hey.shi@foxmail.com>2019-04-01 16:58:05 +0800
committerDmitry Vyukov <dvyukov@google.com>2019-04-01 11:20:51 +0200
commit36b433b718e36d924005b19a1d1525c928171aff (patch)
treefbcac82691cd5b9ab65f632724fb42024fd5df46 /docs/linux
parentccf2355a323ce1b8e360b00c8cdb2538318aa5cb (diff)
Update setup.md
svn commit 231296 matches commit d29e939c63b71 ("Add fuzzing coverage support") in the gcc git. The change is part of gcc 6.1.0. Replace the svn commit number with a gcc version which everyone can easily compare. Related links: https://github.com/torvalds/linux/commit/58f4df3c1bde999574d3e66b20eb7ee796a2647e#diff-4552954e64a20391a1a3b5fd3e494bc3
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/setup.md b/docs/linux/setup.md
index e7d976388..ff81b253c 100644
--- a/docs/linux/setup.md
+++ b/docs/linux/setup.md
@@ -27,7 +27,7 @@ If you encounter any troubles, check the [troubleshooting](/docs/troubleshooting
### C Compiler
Syzkaller is a coverage-guided fuzzer and therefore it needs the kernel to be built with coverage support, which requires a recent GCC version.
-Coverage support was submitted to GCC in revision `231296`, released in GCC v6.0.
+Coverage support was submitted to GCC, released in GCC 6.1.0 or later.
### Linux Kernel