aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/syzbot.md4
1 files changed, 2 insertions, 2 deletions
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