aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-01-12 11:13:18 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-01-12 11:13:18 +0100
commit31290a454159aae07cbacf2cbf51ef713a27d441 (patch)
treef16752306a9e6397de74527867f634697ba17e63 /executor
parent4c04afaa19a16e90d8b495cc3795fd4ed21df4df (diff)
sys/linux: open more files from procfs
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h12
-rw-r--r--executor/syscalls.h12
2 files changed, 18 insertions, 6 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 137e8252c..496035255 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -70,7 +70,7 @@
#if GOARCH_386
#define GOARCH "386"
-#define SYZ_REVISION "e93775626bbc56ad4a8f076dcc31ec2e98ee0f15"
+#define SYZ_REVISION "a5a4e429e9665015b1e263be0b79c3a4e4ab952f"
#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 "9379e6a4f7401c7a3bd47136748a239c05caba40"
+#define SYZ_REVISION "05bb6d469ba1df43d69e7f3fd7531f831ed58c5f"
#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 "3bed7c8c605f090bbec5343251c85c0509d3b338"
+#define SYZ_REVISION "250e106d24bb36ea48acea8a793af9846b4ee3a9"
#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 "7daa986f94b343d2933b46e77aa3b6c89e0d412f"
+#define SYZ_REVISION "77a7056098b5c0cd96571a62749cdeb3a5b33f7a"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -110,7 +110,7 @@
#if GOARCH_mips64le
#define GOARCH "mips64le"
-#define SYZ_REVISION "4899f1d40450ca5e68f34c6c7243524a6b2f229a"
+#define SYZ_REVISION "657c97e011edf5f95588494fce1d49da724c440d"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
@@ -120,7 +120,7 @@
#if GOARCH_ppc64le
#define GOARCH "ppc64le"
-#define SYZ_REVISION "7b3c4592b2985529cef26d57868a5a84cd505620"
+#define SYZ_REVISION "0f9bf24e0fa6ca43654a49638675b839870a48ca"
#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 3b60cfaf4..f633386e7 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -3969,6 +3969,7 @@ const call_t syscalls[] = {
{"openat$ppp", 295},
{"openat$proc_capi20", 295},
{"openat$proc_capi20ncci", 295},
+ {"openat$procfs", 295},
{"openat$ptmx", 295},
{"openat$ptp0", 295},
{"openat$ptp1", 295},
@@ -4017,6 +4018,7 @@ const call_t syscalls[] = {
{"openat$snapshot", 295},
{"openat$sr", 295},
{"openat$sw_sync", 295},
+ {"openat$thread_pidfd", 295},
{"openat$trusty", 295},
{"openat$trusty_avb", 295},
{"openat$trusty_gatekeeper", 295},
@@ -7174,6 +7176,7 @@ const call_t syscalls[] = {
{"openat$ppp", 257},
{"openat$proc_capi20", 257},
{"openat$proc_capi20ncci", 257},
+ {"openat$procfs", 257},
{"openat$ptmx", 257},
{"openat$ptp0", 257},
{"openat$ptp1", 257},
@@ -7222,6 +7225,7 @@ const call_t syscalls[] = {
{"openat$snapshot", 257},
{"openat$sr", 257},
{"openat$sw_sync", 257},
+ {"openat$thread_pidfd", 257},
{"openat$trusty", 257},
{"openat$trusty_avb", 257},
{"openat$trusty_gatekeeper", 257},
@@ -10335,6 +10339,7 @@ const call_t syscalls[] = {
{"openat$ppp", 322},
{"openat$proc_capi20", 322},
{"openat$proc_capi20ncci", 322},
+ {"openat$procfs", 322},
{"openat$ptmx", 322},
{"openat$ptp0", 322},
{"openat$ptp1", 322},
@@ -10383,6 +10388,7 @@ const call_t syscalls[] = {
{"openat$snapshot", 322},
{"openat$sr", 322},
{"openat$sw_sync", 322},
+ {"openat$thread_pidfd", 322},
{"openat$trusty", 322},
{"openat$trusty_avb", 322},
{"openat$trusty_gatekeeper", 322},
@@ -13479,6 +13485,7 @@ const call_t syscalls[] = {
{"openat$ppp", 56},
{"openat$proc_capi20", 56},
{"openat$proc_capi20ncci", 56},
+ {"openat$procfs", 56},
{"openat$ptmx", 56},
{"openat$ptp0", 56},
{"openat$ptp1", 56},
@@ -13527,6 +13534,7 @@ const call_t syscalls[] = {
{"openat$snapshot", 56},
{"openat$sr", 56},
{"openat$sw_sync", 56},
+ {"openat$thread_pidfd", 56},
{"openat$trusty", 56},
{"openat$trusty_avb", 56},
{"openat$trusty_gatekeeper", 56},
@@ -16513,6 +16521,7 @@ const call_t syscalls[] = {
{"openat$ppp", 5247},
{"openat$proc_capi20", 5247},
{"openat$proc_capi20ncci", 5247},
+ {"openat$procfs", 5247},
{"openat$ptmx", 5247},
{"openat$ptp0", 5247},
{"openat$ptp1", 5247},
@@ -16561,6 +16570,7 @@ const call_t syscalls[] = {
{"openat$snapshot", 5247},
{"openat$sr", 5247},
{"openat$sw_sync", 5247},
+ {"openat$thread_pidfd", 5247},
{"openat$trusty", 5247},
{"openat$trusty_avb", 5247},
{"openat$trusty_gatekeeper", 5247},
@@ -19668,6 +19678,7 @@ const call_t syscalls[] = {
{"openat$ppp", 286},
{"openat$proc_capi20", 286},
{"openat$proc_capi20ncci", 286},
+ {"openat$procfs", 286},
{"openat$ptmx", 286},
{"openat$ptp0", 286},
{"openat$ptp1", 286},
@@ -19716,6 +19727,7 @@ const call_t syscalls[] = {
{"openat$snapshot", 286},
{"openat$sr", 286},
{"openat$sw_sync", 286},
+ {"openat$thread_pidfd", 286},
{"openat$trusty", 286},
{"openat$trusty_avb", 286},
{"openat$trusty_gatekeeper", 286},