aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-03-10 20:51:18 +0100
committerDmitry Vyukov <dvyukov@google.com>2016-03-10 20:51:18 +0100
commit0eaf69835ae00204a0dfef7a7f65d7616579dc04 (patch)
treec5321782bc79d40198165768ea43795b41a70366 /README.md
parent259b4724c9ba20e859713b333ca5495e736e06f7 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index a89965b0c..9043d7d2e 100644
--- a/README.md
+++ b/README.md
@@ -36,8 +36,7 @@ to:
- add extra instrumentation on system call entry/exit (for a `CONFIG_KCOV` build)
- add code to track and report per-task coverage information.
-This is all implemented in [this coverage patch](https://github.com/dvyukov/linux/commit/33787098ffaaa83b8a7ccf519913ac5fd6125931) (copy in [mmotm](http://ozlabs.org/~akpm/mmotm/broken-out/kernel-add-kcov-code-coverage.patch));
-once the patch is applied, the kernel should be configured with `CONFIG_KCOV` plus `CONFIG_KASAN`
+This is all implemented in [this coverage patch](http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/patch/kernel/kcov.c?id=ffb9657276580f0bf9327a9ada789a790486792a); once the patch is applied, the kernel should be configured with `CONFIG_KCOV` plus `CONFIG_KASAN`
or `CONFIG_KTSAN`.
(Note that if the kernel under test does not include support for all namespaces, the `dropprivs`