From 15efba6eff38efc26a76f3c7829ae2ccca27ac7e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 6 Jun 2016 17:25:32 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 070c0ce08..7f6dd03d9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Setting each of these up is discussed in the following sections. Syzkaller is a coverage-guided fuzzer and so needs the kernel to be built with coverage support. Therefore, a recent upstream version of GCC is needed. Coverage support is submitted to gcc in -revision 231296. Sync past it and build fresh gcc. +revision 231296, released in gcc6. ### Linux Kernel -- cgit mrf-deployment