aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h12
-rw-r--r--executor/syscalls.h4
2 files changed, 10 insertions, 6 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 54e1b9d16..b9e8cef54 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -70,7 +70,7 @@
#if GOARCH_386
#define GOARCH "386"
-#define SYZ_REVISION "048b2c1dd68ff78a679b7678d5dbdacc5091b463"
+#define SYZ_REVISION "5b9e0b4a8e15ef119c63265da52f68f5f3fa63c5"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -80,7 +80,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "5ea6841043a49af538e0ce134b35082621264a9c"
+#define SYZ_REVISION "684bea62ae81e6704ad225e6cfe4f84ea99db882"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -90,7 +90,7 @@
#if GOARCH_arm
#define GOARCH "arm"
-#define SYZ_REVISION "f8e905665dc2d3eedd34cc314b5564a973328464"
+#define SYZ_REVISION "15c5ae6e6a0f930da2ac8465125147f2ac5fa492"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -100,7 +100,7 @@
#if GOARCH_arm64
#define GOARCH "arm64"
-#define SYZ_REVISION "da2bece66ac9f4c9f750327d1aa1554cf008981c"
+#define SYZ_REVISION "93bd7b3f23f14993a276b1b8b8246fd3038c4777"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -110,7 +110,7 @@
#if GOARCH_mips64le
#define GOARCH "mips64le"
-#define SYZ_REVISION "98b6d5fd582ce33907ae355a9c1a60e481225883"
+#define SYZ_REVISION "583c3558fad43c0f407283ec73c790c9dade4450"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -120,7 +120,7 @@
#if GOARCH_ppc64le
#define GOARCH "ppc64le"
-#define SYZ_REVISION "5f553fa23fa841dc9d0a7913b85e843d870c7919"
+#define SYZ_REVISION "a95e16cebdc8b39e62be936233a10841b6b124b0"
#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 8318f3697..ad0c8be37 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -15204,6 +15204,7 @@ const call_t syscalls[] = {
{"bpf$BPF_MAP_FREEZE", 5315},
{"bpf$BPF_MAP_GET_FD_BY_ID", 5315},
{"bpf$BPF_MAP_GET_NEXT_ID", 5315},
+ {"bpf$BPF_MAP_LOOKUP_AND_DELETE_BATCH", 5315},
{"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 5315},
{"bpf$BPF_PROG_ATTACH", 5315},
{"bpf$BPF_PROG_DETACH", 5315},
@@ -15214,9 +15215,12 @@ const call_t syscalls[] = {
{"bpf$BPF_RAW_TRACEPOINT_OPEN", 5315},
{"bpf$BPF_TASK_FD_QUERY", 5315},
{"bpf$MAP_CREATE", 5315},
+ {"bpf$MAP_DELETE_BATCH", 5315},
{"bpf$MAP_DELETE_ELEM", 5315},
{"bpf$MAP_GET_NEXT_KEY", 5315},
+ {"bpf$MAP_LOOKUP_BATCH", 5315},
{"bpf$MAP_LOOKUP_ELEM", 5315},
+ {"bpf$MAP_UPDATE_BATCH", 5315},
{"bpf$MAP_UPDATE_ELEM", 5315},
{"bpf$OBJ_GET_MAP", 5315},
{"bpf$OBJ_GET_PROG", 5315},