From c402d8f1aa5d2fdc219d2155fa467fb7f02321a5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 12 Apr 2019 18:26:28 +0200 Subject: sys/linux: add pidfd_send_signal --- executor/defs.h | 10 +++++----- executor/syscalls.h | 8 ++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) (limited to 'executor') diff --git a/executor/defs.h b/executor/defs.h index 327f97578..f9d2bacfb 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -60,7 +60,7 @@ #if GOARCH_386 #define GOARCH "386" -#define SYZ_REVISION "0803d2fa3e0f99a140a31e02473d5f58ebfe6641" +#define SYZ_REVISION "12769111f79250b3c8f4f8548edb77b284396aa0" #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 "7f59fb547c7bc31f4ea480461017942c24f452e9" +#define SYZ_REVISION "c44145a89480681fe421b8c16773d1a37e44fb46" #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 "0926e001adf0172de36759ee4f7cc651efa5781d" +#define SYZ_REVISION "1f861ba1d786b8efd433d654dcbd6771c0a87e13" #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 "b3274f0249528003797d8d187f11fc6360f024a0" +#define SYZ_REVISION "218e7222286d8c5bc9544e6777513e90b7f4414a" #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 "4e53890b65d559a21ed79ff0c622d4a84664d1c1" +#define SYZ_REVISION "0e8294f0432f3e186fffa352a118edc6889aa143" #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 1226976c5..ff32e173b 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3125,6 +3125,7 @@ const call_t syscalls[] = { {"openat$null", 295}, {"openat$nullb", 295}, {"openat$pfkey", 295}, + {"openat$pidfd", 295}, {"openat$pktcdvd", 295}, {"openat$ppp", 295}, {"openat$proc_capi20", 295}, @@ -3195,6 +3196,7 @@ const call_t syscalls[] = { {"perf_event_open", 336}, {"perf_event_open$cgroup", 336}, {"personality", 136}, + {"pidfd_send_signal", 424}, {"pipe", 42}, {"pipe2", 331}, {"pipe2$9p", 331}, @@ -5801,6 +5803,7 @@ const call_t syscalls[] = { {"openat$null", 257}, {"openat$nullb", 257}, {"openat$pfkey", 257}, + {"openat$pidfd", 257}, {"openat$pktcdvd", 257}, {"openat$ppp", 257}, {"openat$proc_capi20", 257}, @@ -5871,6 +5874,7 @@ const call_t syscalls[] = { {"perf_event_open", 298}, {"perf_event_open$cgroup", 298}, {"personality", 135}, + {"pidfd_send_signal", 424}, {"pipe", 22}, {"pipe2", 293}, {"pipe2$9p", 293}, @@ -8426,6 +8430,7 @@ const call_t syscalls[] = { {"openat$null", 322}, {"openat$nullb", 322}, {"openat$pfkey", 322}, + {"openat$pidfd", 322}, {"openat$pktcdvd", 322}, {"openat$ppp", 322}, {"openat$proc_capi20", 322}, @@ -11041,6 +11046,7 @@ const call_t syscalls[] = { {"openat$null", 56}, {"openat$nullb", 56}, {"openat$pfkey", 56}, + {"openat$pidfd", 56}, {"openat$pktcdvd", 56}, {"openat$ppp", 56}, {"openat$proc_capi20", 56}, @@ -11110,6 +11116,7 @@ const call_t syscalls[] = { {"perf_event_open", 241}, {"perf_event_open$cgroup", 241}, {"personality", 92}, + {"pidfd_send_signal", 424}, {"pipe2", 59}, {"pipe2$9p", 59}, {"pivot_root", 41}, @@ -13645,6 +13652,7 @@ const call_t syscalls[] = { {"openat$null", 286}, {"openat$nullb", 286}, {"openat$pfkey", 286}, + {"openat$pidfd", 286}, {"openat$pktcdvd", 286}, {"openat$ppp", 286}, {"openat$proc_capi20", 286}, -- cgit mrf-deployment