From 8f3b15c4213fbdd6918d7ddd9ffa9fd4a623dc49 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 28 Nov 2024 11:02:58 +0100 Subject: docs: update reproduction instructions 1. Get rid of executing_syzkaller_programs.md as it now mostly overlaps with reproducing_crashes.md. 2. Update the instructions on building the kernel with syzbot compilers. 3. Update the links throughout the documentation. --- docs/syzbot_assets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/syzbot_assets.md') diff --git a/docs/syzbot_assets.md b/docs/syzbot_assets.md index 818274401..31779d90e 100644 --- a/docs/syzbot_assets.md +++ b/docs/syzbot_assets.md @@ -93,7 +93,7 @@ $ ssh -p 10022 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o I In some time, you'll see the same bug report in the VM's serial output. The commands above execute the `./syz-execprog -enable=all -repeat=0 -procs=6 ./repro.syz` -command inside the VM. For more details see [this document](/docs/executing_syzkaller_programs.md). +command inside the VM. More details can be found in [this document](/docs/reproducing_crashes.md). #### Use the `tools/syz-crush` tool -- cgit mrf-deployment