diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-11-05 19:44:47 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-11-05 19:44:47 +0100 |
| commit | b95ad23cfe9d72fb96104e1be705df217f867ad7 (patch) | |
| tree | 4ce11c2f6f4c16f92a6c2a83a44d50d9d3a166d3 /README.md | |
| parent | 54d87b89ea1dad05928839825adc3408aa6c1c2c (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |
