diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-02-07 12:40:42 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-02-07 12:40:42 +0100 |
| commit | 2275fed9dffea1e2f2d3e0da0a76ad4152d515fe (patch) | |
| tree | aa9352c23dc216ad8d97db1f6965f64d2aeff817 | |
| parent | b21bafb97d5710eb04ca1431702e79858e85f5db (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +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); +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` or `CONFIG_KTSAN`. |
