diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-03-21 15:51:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-21 15:51:28 +0100 |
| commit | dce6e62ffce4b315ab41407813f0257ced29903f (patch) | |
| tree | 867e8a87f06f486ba450d5862d4003ac4d62f2ec /docs/syzbot.md | |
| parent | 872db593636c987cd96e1f615e27cc63b974c4b3 (diff) | |
docs: add custom anchors to headers (2)
Div's seem to work. Use them.
Diffstat (limited to 'docs/syzbot.md')
| -rw-r--r-- | docs/syzbot.md | 9 |
1 files changed, 8 insertions, 1 deletions
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`. <!-- These anchors are used in external links , don't touch, is there a better syntax for this? --> +<div id="bug-status-tracking"/> <div id="status"/> ## 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). -## <div id="communication"/> 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. +<div id="testing-patches"/> + ## 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. +<div id="bisection"/> + ## 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). +<div id="bisection"/> + ## syzkaller reproducers `syzbot` aims at providing stand-alone C reproducers for all reported bugs. |
