aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syz_verifier.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-06-04 12:55:41 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-06-24 09:57:34 +0000
commite16e2c9a4cb6937323e861b646792a6c4c978a3c (patch)
tree6c513e98e5f465b44a98546d8984485d2c128582 /docs/syz_verifier.md
parent90d67044dab68568e8f35bc14b68055dbd166eff (diff)
executor: add runner mode
Move all syz-fuzzer logic into syz-executor and remove syz-fuzzer. Also restore syz-runtest functionality in the manager. Update #4917 (sets most signal handlers to SIG_IGN)
Diffstat (limited to 'docs/syz_verifier.md')
-rw-r--r--docs/syz_verifier.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/syz_verifier.md b/docs/syz_verifier.md
index f2a1437a9..798965cef 100644
--- a/docs/syz_verifier.md
+++ b/docs/syz_verifier.md
@@ -107,10 +107,3 @@ ERRNO mismatches found for program:
The order of the results is given by the order in which configuration files
were passed so `Pool: 0 ` reports results for the kernel created using
`kernel0.cfg` and so on.
-
-The [Flags](/pkg/ipc/ipc.go#L82) can be used to determine the state reached by
-the system call:
-* `0` = syscall not even started
-* `1` = syscall started
-* `3` = syscall finished executing
-* `7` = syscall blocked