From 34c048c0d8295ebf9bcb27abf96d11a62526b4f2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 10 Nov 2018 09:29:58 -0800 Subject: sys/linux: add /dev/dlm* devices --- executor/defs.h | 10 +++++----- executor/syscalls.h | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) (limited to 'executor') diff --git a/executor/defs.h b/executor/defs.h index 37a16e022..b1d7293d5 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -60,7 +60,7 @@ #if GOARCH_386 #define GOARCH "386" -#define SYZ_REVISION "4e3f5b369e497fc2a9699bc2c00e220742ebabd0" +#define SYZ_REVISION "fec0842f34391b12a179b93585b84d59794a3997" #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 "a86c5707fd13f29a76f64443d1df29bf7236b31e" +#define SYZ_REVISION "e1decf67b846a0c44e8cf11d43af96b45b8de319" #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 "5381214fe9b49bae401c0e6b65be7f55625cefcd" +#define SYZ_REVISION "50146606384fb643c4809d0fd14281ff14d4ef14" #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 "c11470447f7b0b99cf621c4ed3745f66c9ff61ee" +#define SYZ_REVISION "d887d7d6854f83cd11b2998db7b0e85710932f11" #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 "4f8541a40ea5992f82bc71f9162733787cbb7001" +#define SYZ_REVISION "f4cf3621f90eba5a77a281c41c0718ef0b30bd66" #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 2b63527cb..0749f6f6b 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -2724,6 +2724,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 295}, {"openat$cuse", 295}, {"openat$dir", 295}, + {"openat$dlm_control", 295}, + {"openat$dlm_monitor", 295}, + {"openat$dlm_plock", 295}, {"openat$dsp", 295}, {"openat$fb0", 295}, {"openat$full", 295}, @@ -4996,6 +4999,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 257}, {"openat$cuse", 257}, {"openat$dir", 257}, + {"openat$dlm_control", 257}, + {"openat$dlm_monitor", 257}, + {"openat$dlm_plock", 257}, {"openat$dsp", 257}, {"openat$fb0", 257}, {"openat$full", 257}, @@ -7257,6 +7263,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 322}, {"openat$cuse", 322}, {"openat$dir", 322}, + {"openat$dlm_control", 322}, + {"openat$dlm_monitor", 322}, + {"openat$dlm_plock", 322}, {"openat$dsp", 322}, {"openat$fb0", 322}, {"openat$full", 322}, @@ -9502,6 +9511,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 56}, {"openat$cuse", 56}, {"openat$dir", 56}, + {"openat$dlm_control", 56}, + {"openat$dlm_monitor", 56}, + {"openat$dlm_plock", 56}, {"openat$dsp", 56}, {"openat$fb0", 56}, {"openat$full", 56}, @@ -11629,6 +11641,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 286}, {"openat$cuse", 286}, {"openat$dir", 286}, + {"openat$dlm_control", 286}, + {"openat$dlm_monitor", 286}, + {"openat$dlm_plock", 286}, {"openat$dsp", 286}, {"openat$fb0", 286}, {"openat$full", 286}, -- cgit mrf-deployment