From 52c8379f77b5f292e2d527c66dfe17a899381d20 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 7 Oct 2021 10:52:29 +0000 Subject: docs: update docs to reflect the new `async` flag --- docs/syzbot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/syzbot.md') diff --git a/docs/syzbot.md b/docs/syzbot.md index 77fff12ee..d001b76ba 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -221,11 +221,11 @@ parallel). A syzkaller program can be converted to an almost equivalent C source using `syz-prog2c` utility. `syz-prog2c` has lots of flags in common with [syz-execprog](/docs/executing_syzkaller_programs.md), -e.g. `-threaded`/`-collide` which control if the syscalls are executed sequentially or in parallel. +e.g. `-threaded` which controls if the syscalls are executed sequentially or in parallel. An example invocation: ``` -syz-prog2c -prog repro.syz.txt -enable=all -threaded -collide -repeat -procs=8 -sandbox=namespace -segv -tmpdir -waitrepeat +syz-prog2c -prog repro.syz.txt -enable=all -threaded -repeat -procs=8 -sandbox=namespace -segv -tmpdir -waitrepeat ``` However, note that if `syzbot` did not provide a C reproducer, it wasn't able to trigger the bug using the C program (though, it can be just because the bug is triggered by a subtle race condition). -- cgit mrf-deployment