diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index 13af71c91..fe7d12e32 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -140,7 +140,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "7f4015fe5d4b3777d30d2d5dd379e3de766e0e8e" +#define SYZ_REVISION "33de16487cc0a0d25eaa32ea4166bbbc75d2994e" #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 8fe1605f1..3665c8897 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -15917,6 +15917,7 @@ const call_t syscalls[] = { {"ioctl$BIOCSRSIG", 54}, {"ioctl$BIOCSRTIMEOUT", 54}, {"ioctl$BIOCVERSION", 54}, + {"ioctl$DIOCMAP", 54}, {"ioctl$FIOASYNC", 54}, {"ioctl$FIOGETOWN", 54}, {"ioctl$FIONBIO", 54}, @@ -16049,6 +16050,7 @@ const call_t syscalls[] = { {"open$dir", 5}, {"openat", 321}, {"openat$bpf", 321}, + {"openat$diskmap", 321}, {"openat$klog", 321}, {"openat$null", 321}, {"openat$pci", 321}, |
