From 872db593636c987cd96e1f615e27cc63b974c4b3 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 21 Mar 2019 15:43:45 +0100 Subject: docs: add custom anchors to headers (2) The previous attempt made things only worse... Try 2. --- docs/syzbot.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/syzbot.md b/docs/syzbot.md index 3119940f5..fda4b3d9e 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -7,7 +7,10 @@ bugs. All `syzbot`-reported bugs are also CCed to [syzkaller-bugs mailing list](https://groups.google.com/forum/#!forum/syzkaller-bugs). Direct all questions to `syzkaller@googlegroups.com`. -## Bug status tracking
+ +
+ +## Bug status tracking `syzbot` needs to know when a bug is fixed in order to (1) verify that it is in fact fixed and (2) be able to report other similarly-looking crashes @@ -18,7 +21,7 @@ the commit reaches all kernel builds on all tracked branches. Only when the commit reaches all builds, the bug is considered closed (new similarly-looking crashes create a new bug). -## Communication with syzbot
+##
Communication with syzbot If you fix a bug reported by `syzbot`, please add the provided `Reported-by` tag to the commit (`Reported-and-tested-by` and `Tested-by` tags with the @@ -82,7 +85,7 @@ to some mailing lists (e.g. netdev, netfilter-devel) will trigger patchwork. Note: see [below](#kmsan-bugs) for testing `KMSAN` bugs. -## Bisection
+## Bisection `syzbot` bisects bugs with reproducers to find commit that introduced the bug. `syzbot` starts with the commit on which the bug was discovered, ensures that it -- cgit mrf-deployment