aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syz_verifier.md
diff options
context:
space:
mode:
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