From c3c81c94865791469d376eba84f4a2d7763d3f71 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 18 Mar 2021 14:34:33 +0100 Subject: docs: clarify that running syzkaller locally is an option --- docs/syzbot.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/syzbot.md') 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). -- cgit mrf-deployment