diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 6 | ||||
| -rw-r--r-- | executor/syscalls.h | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/executor/defs.h b/executor/defs.h index 4e527cc17..c014c95dc 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -80,7 +80,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "ff14590c1d7571c59d13695f38ba0c5a0cde1926" +#define SYZ_REVISION "2b0d730636e173a54883adbff9038bede9b4433f" #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 "11f0b72f097b67e06980023b95d9661975776dcb" +#define SYZ_REVISION "4acbb2d2f22e4882fb6bf3e8cf045731ce95b94e" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -110,7 +110,7 @@ #if GOARCH_ppc64le #define GOARCH "ppc64le" -#define SYZ_REVISION "16f82b19155f760162bb4f08946191a084797f74" +#define SYZ_REVISION "49381a16fc88ae3d59f7b17b827c6eccf9284bc6" #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 c3f1e0ac1..f250930cb 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -4914,6 +4914,7 @@ const call_t syscalls[] = { {"clock_nanosleep", 230}, {"clock_settime", 227}, {"clone", 56}, + {"clone3", 435}, {"close", 3}, {"close$ibv_device", 3}, {"connect", 42}, @@ -6589,6 +6590,7 @@ const call_t syscalls[] = { {"perf_event_open", 298}, {"perf_event_open$cgroup", 298}, {"personality", 135}, + {"pidfd_open", 434}, {"pidfd_send_signal", 424}, {"pipe", 22}, {"pipe2", 293}, @@ -7393,6 +7395,7 @@ const call_t syscalls[] = { {"vmsplice", 278}, {"wait4", 61}, {"waitid", 247}, + {"waitid$P_PIDFD", 247}, {"write", 1}, {"write$9p", 1}, {"write$ALLOC_MW", 1}, @@ -10398,6 +10401,7 @@ const call_t syscalls[] = { {"clock_nanosleep", 115}, {"clock_settime", 112}, {"clone", 220}, + {"clone3", 435}, {"close", 57}, {"close$ibv_device", 57}, {"connect", 203}, @@ -12025,6 +12029,7 @@ const call_t syscalls[] = { {"perf_event_open", 241}, {"perf_event_open$cgroup", 241}, {"personality", 92}, + {"pidfd_open", 434}, {"pidfd_send_signal", 424}, {"pipe2", 59}, {"pipe2$9p", 59}, @@ -12810,6 +12815,7 @@ const call_t syscalls[] = { {"vmsplice", 75}, {"wait4", 260}, {"waitid", 95}, + {"waitid$P_PIDFD", 95}, {"write", 64}, {"write$9p", 64}, {"write$ALLOC_MW", 64}, @@ -13096,6 +13102,7 @@ const call_t syscalls[] = { {"clock_nanosleep", 248}, {"clock_settime", 245}, {"clone", 120}, + {"clone3", 435}, {"close", 6}, {"close$ibv_device", 6}, {"connect", 328}, @@ -14732,6 +14739,7 @@ const call_t syscalls[] = { {"perf_event_open", 319}, {"perf_event_open$cgroup", 319}, {"personality", 136}, + {"pidfd_open", 434}, {"pidfd_send_signal", 424}, {"pipe", 42}, {"pipe2", 317}, @@ -15533,6 +15541,7 @@ const call_t syscalls[] = { {"vmsplice", 285}, {"wait4", 114}, {"waitid", 272}, + {"waitid$P_PIDFD", 272}, {"write", 4}, {"write$9p", 4}, {"write$ALLOC_MW", 4}, |
