From ab342da3f9aa45e3f2d9e872576ab5cd3e3c350b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 2 Dec 2019 18:21:43 +0100 Subject: sys/linux: add binderfs descriptions --- executor/defs.h | 10 +++++----- executor/syscalls.h | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'executor') diff --git a/executor/defs.h b/executor/defs.h index dc3d11ef2..aca920084 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -70,7 +70,7 @@ #if GOARCH_386 #define GOARCH "386" -#define SYZ_REVISION "8f01828698394f3ce79c9f94ecba4f5f3cc4d302" +#define SYZ_REVISION "d503542beb10b51d134b98945fa5f8e417d9f669" #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 "e3b8869a383871023d4befca78e5d00da208436e" +#define SYZ_REVISION "c524527ddb33e1658f145e9b03ad8c7f76d64601" #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 "d7c21021d0b83921e3c7af543a8fb6866fcc3ce4" +#define SYZ_REVISION "1658cb66e56c906a8250f5d7a3aa54d15ff323e2" #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 "056758ada365ad648467a6b4ae85345a4fd6a58c" +#define SYZ_REVISION "2dc2d6776e2d9e7837ab42ba81bfdf90f5fbd88e" #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 "487d7c738a0706e035b37ff238a329764aa7c486" +#define SYZ_REVISION "3df655c6f1bbb95b01824961da0b34bcdd637c19" #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 23ec66d02..512d28d46 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3837,6 +3837,7 @@ const call_t syscalls[] = { {"mount$9p_unix", 21}, {"mount$9p_virtio", 21}, {"mount$9p_xen", 21}, + {"mount$binder", 21}, {"mount$bpf", 21}, {"mount$fuse", 21}, {"mount$fuseblk", 21}, @@ -6871,6 +6872,7 @@ const call_t syscalls[] = { {"mount$9p_unix", 165}, {"mount$9p_virtio", 165}, {"mount$9p_xen", 165}, + {"mount$binder", 165}, {"mount$bpf", 165}, {"mount$fuse", 165}, {"mount$fuseblk", 165}, @@ -9860,6 +9862,7 @@ const call_t syscalls[] = { {"mount$9p_unix", 21}, {"mount$9p_virtio", 21}, {"mount$9p_xen", 21}, + {"mount$binder", 21}, {"mount$bpf", 21}, {"mount$fuse", 21}, {"mount$fuseblk", 21}, @@ -12835,6 +12838,7 @@ const call_t syscalls[] = { {"mount$9p_unix", 40}, {"mount$9p_virtio", 40}, {"mount$9p_xen", 40}, + {"mount$binder", 40}, {"mount$bpf", 40}, {"mount$fuse", 40}, {"mount$fuseblk", 40}, @@ -15801,6 +15805,7 @@ const call_t syscalls[] = { {"mount$9p_unix", 21}, {"mount$9p_virtio", 21}, {"mount$9p_xen", 21}, + {"mount$binder", 21}, {"mount$bpf", 21}, {"mount$fuse", 21}, {"mount$fuseblk", 21}, -- cgit mrf-deployment