aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h10
-rw-r--r--executor/syscalls.h5
2 files changed, 10 insertions, 5 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 5f86adbaa..495271953 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -60,7 +60,7 @@
#if GOARCH_386
#define GOARCH "386"
-#define SYZ_REVISION "5982ba714be578b0e48d6812f6ca86b2b3e5319f"
+#define SYZ_REVISION "e464db51e5e8b75ea55b495abb34657c595ffad6"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -70,7 +70,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "2862500fc252bb9eab587624daf26f14249e4ef7"
+#define SYZ_REVISION "272ee4bb17272c703fdec73f938f6ab01256d4f5"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -80,7 +80,7 @@
#if GOARCH_arm
#define GOARCH "arm"
-#define SYZ_REVISION "667206c7f1c12ec281d7f28425b426832e25f0d1"
+#define SYZ_REVISION "a18d79009bdc266e9c6f9aa4130093fb1c941a9b"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -90,7 +90,7 @@
#if GOARCH_arm64
#define GOARCH "arm64"
-#define SYZ_REVISION "f11cfc21c24ab7735603db724db6796fae349d21"
+#define SYZ_REVISION "26f4e336c3d7142baf28120969b876e612835475"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -100,7 +100,7 @@
#if GOARCH_ppc64le
#define GOARCH "ppc64le"
-#define SYZ_REVISION "6833133f78873e7293546a201de446f354b741bc"
+#define SYZ_REVISION "5b50610ed99ec06518c356c046bc9200da31c64b"
#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 a081fb3b8..7bcc8680f 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -5847,6 +5847,7 @@ const call_t syscalls[] = {
{"ioctl$KVM_GET_REG_LIST", 54},
{"ioctl$KVM_GET_SREGS", 54},
{"ioctl$KVM_GET_TSC_KHZ", 54},
+ {"ioctl$KVM_GET_VCPU_EVENTS", 54},
{"ioctl$KVM_GET_VCPU_MMAP_SIZE", 54},
{"ioctl$KVM_HAS_DEVICE_ATTR", 54},
{"ioctl$KVM_HYPERV_EVENTFD", 54},
@@ -5885,6 +5886,7 @@ const call_t syscalls[] = {
{"ioctl$KVM_SET_TSS_ADDR", 54},
{"ioctl$KVM_SET_USER_MEMORY_REGION", 54},
{"ioctl$KVM_SET_VAPIC_ADDR", 54},
+ {"ioctl$KVM_SET_VCPU_EVENTS", 54},
{"ioctl$KVM_SIGNAL_MSI", 54},
{"ioctl$KVM_SMI", 54},
{"ioctl$KVM_TPR_ACCESS_REPORTING", 54},
@@ -7975,6 +7977,7 @@ const call_t syscalls[] = {
{"ioctl$KVM_GET_REG_LIST", 29},
{"ioctl$KVM_GET_SREGS", 29},
{"ioctl$KVM_GET_TSC_KHZ", 29},
+ {"ioctl$KVM_GET_VCPU_EVENTS", 29},
{"ioctl$KVM_GET_VCPU_MMAP_SIZE", 29},
{"ioctl$KVM_HAS_DEVICE_ATTR", 29},
{"ioctl$KVM_HYPERV_EVENTFD", 29},
@@ -8013,6 +8016,7 @@ const call_t syscalls[] = {
{"ioctl$KVM_SET_TSS_ADDR", 29},
{"ioctl$KVM_SET_USER_MEMORY_REGION", 29},
{"ioctl$KVM_SET_VAPIC_ADDR", 29},
+ {"ioctl$KVM_SET_VCPU_EVENTS", 29},
{"ioctl$KVM_SIGNAL_MSI", 29},
{"ioctl$KVM_SMI", 29},
{"ioctl$KVM_TPR_ACCESS_REPORTING", 29},
@@ -8760,6 +8764,7 @@ const call_t syscalls[] = {
{"renameat2", 276},
{"request_key", 218},
{"restart_syscall", 128},
+ {"rseq", 293},
{"rt_sigaction", 134},
{"rt_sigpending", 136},
{"rt_sigprocmask", 135},