diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-10-01 12:07:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-01 12:07:00 +0200 |
| commit | c90dde97ba7264c0c5d5692b7e316b6c5ca5d976 (patch) | |
| tree | 3c7801138043cf7e10651b488be16906932cd039 /docs | |
| parent | 530c6bc32bed4d26b5f30b38d7bd1875ba962d27 (diff) | |
Update syzbot.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/syzbot.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/syzbot.md b/docs/syzbot.md index 38902bbe3..c29b68b84 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -214,6 +214,11 @@ We've experimented with application of custom patches in the past and it lead to unrecoverable mess. If you want `syzbot` to pick up patches sooner, ask tree maintainers for priority handling. +However, syzbot kernel config always includes `CONFIG_DEBUG_AID_FOR_SYZBOT=y` setting, +which is not normally present in kernel. What was used for particularly elusive bugs in the past +is temporary merging some additional debugging code into `linux-next` under this config setting +(e.g. more debug checks and/or debug output) and waiting for new crash reports from syzbot. + ## Kernel configs Kernel configs, sysctls and command line arguments that `syzbot` uses are available in [/dashboard/config](/dashboard/config). |
