diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-03-18 14:34:33 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-03-18 15:09:14 +0100 |
| commit | c3c81c94865791469d376eba84f4a2d7763d3f71 (patch) | |
| tree | dc0477035502ccfd7f81557af6e39d68a3e38092 | |
| parent | 4a3131941837f1fab321bcdfcac13ac4fb480684 (diff) | |
docs: clarify that running syzkaller locally is an option
| -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). |
