aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2015-10-19 10:55:34 +0200
committerDmitry Vyukov <dvyukov@google.com>2015-10-19 10:55:34 +0200
commit3f6daab6e49bb2554ad1d96115d2d3ec17ceaf58 (patch)
treed126d07b5179c5961b5feaa59e34c494ca9b5e49
parent62ed8ca7b64dc7654a604675c94f210960bce83b (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4e085c241..c32aef9b0 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/5626fbd654b9f0ce037376bd95bfe8e9530e1313)
+to gcc (tested on revision 228818) and [this patch](https://github.com/dvyukov/linux/commit/f9fbf6b72ffaaca8612979116c872c9d5d9cc1f5)
to kernel. Then build kernel with `CONFIG_KASAN` or `CONFIG_KTSAN` and the new `CONFIG_SANCOV`.
Then, build syzkaller with `make`.