From 5c48a1a6d0d172711a62dacd3ac9f439dc8942b3 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 2 Feb 2016 16:15:54 +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 e727d2dd5..1240dfa6b 100644 --- a/README.md +++ b/README.md @@ -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`. -- cgit mrf-deployment