From b95ad23cfe9d72fb96104e1be705df217f867ad7 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 5 Nov 2015 19:44:47 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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`. -- cgit mrf-deployment