From 4bf48b4f49ab3195091aa01d7785088f1fc994b1 Mon Sep 17 00:00:00 2001 From: Jouni Hogander Date: Tue, 4 Feb 2020 13:41:48 +0200 Subject: docs: Add coverage documentation Getting coverage working on cross-arch environment is currently not documented at all. Also coverage presentation in the web-ui is unclear. This document addition addresses these --- docs/internals.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/internals.md') diff --git a/docs/internals.md b/docs/internals.md index aa166adf3..c672e04e7 100644 --- a/docs/internals.md +++ b/docs/internals.md @@ -69,3 +69,7 @@ However, frequently they mean a kernel lockup or something similarly bad (here a [1](https://groups.google.com/d/msg/syzkaller/zfuHHRXL7Zg/Tc5rK8bdCAAJ), [2](https://groups.google.com/d/msg/syzkaller/kY_ml6TCm9A/wDd5fYFXBQAJ), [3](https://groups.google.com/d/msg/syzkaller/OM7CXieBCoY/etzvFPX3AQAJ)). + +## Coverage + +Syzkaller coverage description can be found from [here](coverage.md). -- cgit mrf-deployment