diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/syzbot.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/syzbot.md b/docs/syzbot.md index 979cf57ea..77fff12ee 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -420,6 +420,9 @@ which is not normally present in kernel. What was used for particularly elusive 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. +One can also always run syzkaller locally on any kernel for better stress testing +of a particular subsystem and/or patch. + ## Kernel configs Kernel configs, sysctls and command line arguments that `syzbot` uses are available in [/dashboard/config](/dashboard/config). |
