From fc7735a27949755327024847e12dcc1b868bcb99 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 1 Aug 2020 14:44:36 +0200 Subject: dashboard/config: move OS configs into separate dirs There are too many assorted things in the config dir now. Split them per-OS. For now we just copy them to simplify deployment. When syzbot instances are switched to new configs, we can remove the old ones. Update #2171 --- docs/linux/kernel_configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux/kernel_configs.md') diff --git a/docs/linux/kernel_configs.md b/docs/linux/kernel_configs.md index 6fc8b33af..62746a453 100644 --- a/docs/linux/kernel_configs.md +++ b/docs/linux/kernel_configs.md @@ -1,6 +1,6 @@ # Linux kernel configs -List of recommended kernel configs for `syzkaller`. See [syzbot config](/dashboard/config/upstream-kasan.config) for a reference config. +List of recommended kernel configs for `syzkaller`. See [syzbot config](/dashboard/config/linux/upstream-kasan.config) for a reference config. ## Syzkaller features -- cgit mrf-deployment