diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-02-02 16:15:54 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-02-02 16:15:54 +0100 |
| commit | 5c48a1a6d0d172711a62dacd3ac9f439dc8942b3 (patch) | |
| tree | c411467c2dc5221fddd8f49d19a6fba67b364fa3 | |
| parent | 0f6ca045961d10f0b9e6f3fe17f1f86919bc0227 (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/commits/kcov); +This is all implemented in [this coverage patch](https://github.com/dvyukov/linux/commit/33787098ffaaa83b8a7ccf519913ac5fd6125931); once the patch is applied, the kernel should be configured with `CONFIG_KCOV` plus `CONFIG_KASAN` or `CONFIG_KTSAN`. |
