From c94a70b7be6b7eb9e5f69ba547fd06f11bd4c5d4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 21 Mar 2019 15:28:50 +0100 Subject: docs: add custom anchors to headers Add shorter anchors that does not depend on actual text (subject to change). This allows to generate shorter stable links to docs. Let's see if this syntax works. --- docs/syzbot.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/syzbot.md') diff --git a/docs/syzbot.md b/docs/syzbot.md index 1169b3be5..3119940f5 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -7,7 +7,7 @@ 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 +18,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 +82,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