diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-08-01 14:44:36 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-10-13 18:59:52 +0200 |
| commit | fc7735a27949755327024847e12dcc1b868bcb99 (patch) | |
| tree | 8f7ed16cdcc7a4cc34fd36c161f695d17ab9f632 /docs/syzbot.md | |
| parent | 5ba0ebc3f2626a1fd95bf1ce16e886ebc66d8638 (diff) | |
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
Diffstat (limited to 'docs/syzbot.md')
| -rw-r--r-- | docs/syzbot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syzbot.md b/docs/syzbot.md index b947631cc..959d86394 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -361,7 +361,7 @@ branch when testing patches. ## Memory leaks `syzbot` uses `KMEMLEAK` to find memory leaks in the Linux kernel. -`KMEMLEAK` kernel config is stored [here](/dashboard/config/upstream-leak.config). +`KMEMLEAK` kernel config is stored [here](/dashboard/config/linux/upstream-leak.config). See `KMEMLEAK` [docs](https://www.kernel.org/doc/html/latest/dev-tools/kmemleak.html) for general info, algorithm overview and usage instructions. |
