diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 10 | ||||
| -rw-r--r-- | executor/syscalls.h | 5 |
2 files changed, 10 insertions, 5 deletions
diff --git a/executor/defs.h b/executor/defs.h index a1e068cb4..663d558d1 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -70,7 +70,7 @@ #if GOARCH_386 #define GOARCH "386" -#define SYZ_REVISION "d2248922c03e180ee83dee69e3bd852045b85799" +#define SYZ_REVISION "b098e71428e963e864fac13e6f345cdc180d1be9" #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 "cda5477f6b82bfc6591f586ae3e3dcc6c2218227" +#define SYZ_REVISION "8734e3ba4394f5e5c4fd501e854fdf1c712c593b" #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 "e2b943aa4150d382deb5b70e0335216bb084dc87" +#define SYZ_REVISION "be923385888f2baa0d8aa8186fe3934f553b321b" #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 "98262c3c28e28c0bddc9bfe7c1f492e6bf25da64" +#define SYZ_REVISION "f346b63be55b54f38ec0e8968c2e8e89a6f7d2b6" #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 "918a7f7dd897024e034ba11d03ffd2769ebce1c7" +#define SYZ_REVISION "70c94e38f1f9d0bd57cd565ef15a9216224a0abb" #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 eb2a7909f..99dead212 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3799,6 +3799,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 295}, {"openat$dlm_monitor", 295}, {"openat$dlm_plock", 295}, + {"openat$drirender128", 295}, {"openat$dsp", 295}, {"openat$fb0", 295}, {"openat$full", 295}, @@ -6708,6 +6709,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 257}, {"openat$dlm_monitor", 257}, {"openat$dlm_plock", 257}, + {"openat$drirender128", 257}, {"openat$dsp", 257}, {"openat$fb0", 257}, {"openat$full", 257}, @@ -9572,6 +9574,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 322}, {"openat$dlm_monitor", 322}, {"openat$dlm_plock", 322}, + {"openat$drirender128", 322}, {"openat$dsp", 322}, {"openat$fb0", 322}, {"openat$full", 322}, @@ -12420,6 +12423,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 56}, {"openat$dlm_monitor", 56}, {"openat$dlm_plock", 56}, + {"openat$drirender128", 56}, {"openat$dsp", 56}, {"openat$fb0", 56}, {"openat$full", 56}, @@ -15263,6 +15267,7 @@ const call_t syscalls[] = { {"openat$dlm_control", 286}, {"openat$dlm_monitor", 286}, {"openat$dlm_plock", 286}, + {"openat$drirender128", 286}, {"openat$dsp", 286}, {"openat$fb0", 286}, {"openat$full", 286}, |
