aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-06-11 11:36:50 +0200
committerGitHub <noreply@github.com>2018-06-11 11:36:50 +0200
commit7b7a851040330a32da4274f76b9515900fbc33e5 (patch)
tree95347cd74164c15398fac2a7b30b34c518f103c3
parent12d131d7d819f6d3835626d82f0cd2ae271796eb (diff)
Update syzbot.md
add reference to kernel configs
-rw-r--r--docs/syzbot.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/syzbot.md b/docs/syzbot.md
index 522be4c94..098ca1be9 100644
--- a/docs/syzbot.md
+++ b/docs/syzbot.md
@@ -206,6 +206,10 @@ 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.
+## Kernel configs
+
+Kernel configs, sysctls and command line arguments that `syzbot` uses are available in [/dashboard/config](/dashboard/config).
+
## Is syzbot code available?
Yes, it is [here](https://github.com/google/syzkaller/tree/master/dashboard/app).