diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-03-10 20:51:18 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-03-10 20:51:18 +0100 |
| commit | 0eaf69835ae00204a0dfef7a7f65d7616579dc04 (patch) | |
| tree | c5321782bc79d40198165768ea43795b41a70366 | |
| parent | 259b4724c9ba20e859713b333ca5495e736e06f7 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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` |
