diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 05:12:14 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 05:17:40 +0200 |
| commit | 98b0bddc4dc66e345d38ac749890263b91cf02f1 (patch) | |
| tree | 5bfad6f609bc23a8504ba7d3dd4a19188f77f2b8 /executor/syscalls.h | |
| parent | ce0eccdea6538570bf9d664824cca607012b2f5c (diff) | |
sys/linux: treat cuse as fuse
It's mostly fuse.
Also regenerate consts on latest kernel.
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 5 |
1 files changed, 5 insertions, 0 deletions
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}, |
