aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2015-11-05 19:44:47 +0100
committerDmitry Vyukov <dvyukov@google.com>2015-11-05 19:44:47 +0100
commitb95ad23cfe9d72fb96104e1be705df217f867ad7 (patch)
tree4ce11c2f6f4c16f92a6c2a83a44d50d9d3a166d3 /README.md
parent54d87b89ea1dad05928839825adc3408aa6c1c2c (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c32aef9b0..311e6b038 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ This is work-in-progress, some things may not work yet.
## Usage
Coverage support is not upstreamed yet, so you need to apply [this patch](https://codereview.appspot.com/267910043)
-to gcc (tested on revision 228818) and [this patch](https://github.com/dvyukov/linux/commit/f9fbf6b72ffaaca8612979116c872c9d5d9cc1f5)
+to gcc (tested on revision 228818) and [this coverage patch](https://github.com/dvyukov/linux/commits/coverage)
to kernel. Then build kernel with `CONFIG_KASAN` or `CONFIG_KTSAN` and the new `CONFIG_SANCOV`.
Then, build syzkaller with `make`.