From 785a98339508dc9121db1d44bb528a6c0f7fa274 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 6 Jul 2018 09:45:19 +0200 Subject: Update syzbot.md explicitly specify KMSAN branch for testing --- docs/syzbot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/syzbot.md b/docs/syzbot.md index 89542f8bd..94770105d 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -177,8 +177,8 @@ implementation limitations of course). it lives in [github.com/google/kmsan](https://github.com/google/kmsan) and is based on a reasonably fresh upstream tree. As the result, any patch testing requests for `KMSAN` bugs need to go to `KMSAN` tree -(`https://github.com/google/kmsan.git`). Also note that `KMSAN` requires -`clang` compiler. +(`https://github.com/google/kmsan.git` repo, `master` branch). Also note that +`KMSAN` requires `clang` compiler. Report explanation. The first call trace points to the `use` of the uninit value (which is usually a branching or copying it to userspace). Then there are 0 or -- cgit mrf-deployment