aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index f81bb3f42..b3ee4fee3 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -140,7 +140,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "c08476e4752b4059cf12a60808713009b95eb172"
+#define SYZ_REVISION "eee7ba72a578dfec4292538dd7a1fbe4e927d64f"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 8f58a5935..2aef529f0 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -16136,6 +16136,7 @@ const call_t syscalls[] = {
{"ioctl$WSMUXIO_REMOVE_DEVICE", 54},
{"kevent", 72},
{"kqueue", 269},
+ {"ktrace", 45},
{"lchown", 254},
{"link", 9},
{"linkat", 317},