diff options
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). |
