From dce6e62ffce4b315ab41407813f0257ced29903f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 21 Mar 2019 15:51:28 +0100 Subject: docs: add custom anchors to headers (2) Div's seem to work. Use them. --- docs/syzbot.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/syzbot.md') diff --git a/docs/syzbot.md b/docs/syzbot.md index fda4b3d9e..17a0d6c27 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -8,6 +8,7 @@ bugs. All `syzbot`-reported bugs are also CCed to Direct all questions to `syzkaller@googlegroups.com`. +
## Bug status tracking @@ -21,7 +22,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 @@ -56,6 +57,8 @@ override the commit simply by sending another `#syz fix` command. **Note**: please keep `syzkaller-bugs@googlegroups.com` mailing list in CC. It serves as a history of what happened with each bug report. +
+ ## Testing patches `syzbot` can test patches for bugs *with reproducers*. This can be used for @@ -85,6 +88,8 @@ to some mailing lists (e.g. netdev, netfilter-devel) will trigger patchwork. Note: see [below](#kmsan-bugs) for testing `KMSAN` bugs. +
+ ## Bisection `syzbot` bisects bugs with reproducers to find commit that introduced the bug. @@ -129,6 +134,8 @@ so please treat the results with understanding. You may consult the provided Suggestions and patches that improve bisection quality for common cases are [welcome](https://github.com/google/syzkaller/issues/1051). +
+ ## syzkaller reproducers `syzbot` aims at providing stand-alone C reproducers for all reported bugs. -- cgit mrf-deployment