aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-01-24 11:07:16 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-01-24 16:49:39 +0100
commit5db97d84e9032fb37ed266873cea296ec6a6d6ce (patch)
tree7d2016644d40de296b32f31fc5032c95e74737f9 /executor
parent91c9476c39826cc0dd94701540a591f4deba8b16 (diff)
sys/linux: describe trusty storage service interface
Update #933
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h10
-rw-r--r--executor/syscalls.h15
2 files changed, 20 insertions, 5 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 9cefb3f8a..a1c1cce69 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -60,7 +60,7 @@
#if GOARCH_386
#define GOARCH "386"
-#define SYZ_REVISION "8b4ceadf223864953d15b1689d59745ac9f1d97b"
+#define SYZ_REVISION "ef99674b7a38926844535442873c0f7e78db63a7"
#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 "500c7bc6de19838af5ea3773877b28e9c9c3ea06"
+#define SYZ_REVISION "967577a619d816cf7f54ea5962c337b5247f34e6"
#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 "414cbfb7f7d9453f4037bf1097b908dc37f73905"
+#define SYZ_REVISION "03db1fe7cf7f9f84aeead0cb002e09b648fe4805"
#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 "af45f2618b94c99d583082584da8785e0a2f4ea0"
+#define SYZ_REVISION "199a3c175e09859a222d80cbaf97b19436cbee6f"
#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 "17d7600b015d97bd96d700574c983101c89e7387"
+#define SYZ_REVISION "4c347d3d3b8fe455b6eacc8b53381f0993792df3"
#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 674845e1a..530d07788 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -2655,6 +2655,7 @@ const call_t syscalls[] = {
{"ioctl$TIPC_IOC_CONNECT_gatekeeper", 54},
{"ioctl$TIPC_IOC_CONNECT_keymaster_secure", 54},
{"ioctl$TIPC_IOC_CONNECT_km", 54},
+ {"ioctl$TIPC_IOC_CONNECT_storage", 54},
{"ioctl$TUNATTACHFILTER", 54},
{"ioctl$TUNDETACHFILTER", 54},
{"ioctl$TUNGETFEATURES", 54},
@@ -3136,6 +3137,7 @@ const call_t syscalls[] = {
{"openat$trusty_gatekeeper", 295},
{"openat$trusty_km", 295},
{"openat$trusty_km_secure", 295},
+ {"openat$trusty_storage", 295},
{"openat$tun", 295},
{"openat$ubi_ctrl", 295},
{"openat$udambuf", 295},
@@ -4051,6 +4053,7 @@ const call_t syscalls[] = {
{"write$trusty_gatekeeper", 4},
{"write$trusty_km", 4},
{"write$trusty_km_secure", 4},
+ {"write$trusty_storage", 4},
{"write$tun", 4},
{"write$uinput_user_dev", 4},
{"write$vhci", 4},
@@ -5218,6 +5221,7 @@ const call_t syscalls[] = {
{"ioctl$TIPC_IOC_CONNECT_gatekeeper", 16},
{"ioctl$TIPC_IOC_CONNECT_keymaster_secure", 16},
{"ioctl$TIPC_IOC_CONNECT_km", 16},
+ {"ioctl$TIPC_IOC_CONNECT_storage", 16},
{"ioctl$TUNATTACHFILTER", 16},
{"ioctl$TUNDETACHFILTER", 16},
{"ioctl$TUNGETFEATURES", 16},
@@ -5699,6 +5703,7 @@ const call_t syscalls[] = {
{"openat$trusty_gatekeeper", 257},
{"openat$trusty_km", 257},
{"openat$trusty_km_secure", 257},
+ {"openat$trusty_storage", 257},
{"openat$tun", 257},
{"openat$ubi_ctrl", 257},
{"openat$udambuf", 257},
@@ -6615,6 +6620,7 @@ const call_t syscalls[] = {
{"write$trusty_gatekeeper", 1},
{"write$trusty_km", 1},
{"write$trusty_km_secure", 1},
+ {"write$trusty_storage", 1},
{"write$tun", 1},
{"write$uinput_user_dev", 1},
{"write$vhci", 1},
@@ -7743,6 +7749,7 @@ const call_t syscalls[] = {
{"ioctl$TIPC_IOC_CONNECT_gatekeeper", 54},
{"ioctl$TIPC_IOC_CONNECT_keymaster_secure", 54},
{"ioctl$TIPC_IOC_CONNECT_km", 54},
+ {"ioctl$TIPC_IOC_CONNECT_storage", 54},
{"ioctl$TUNATTACHFILTER", 54},
{"ioctl$TUNDETACHFILTER", 54},
{"ioctl$TUNGETFEATURES", 54},
@@ -8218,6 +8225,7 @@ const call_t syscalls[] = {
{"openat$trusty_gatekeeper", 322},
{"openat$trusty_km", 322},
{"openat$trusty_km_secure", 322},
+ {"openat$trusty_storage", 322},
{"openat$tun", 322},
{"openat$ubi_ctrl", 322},
{"openat$udambuf", 322},
@@ -9130,6 +9138,7 @@ const call_t syscalls[] = {
{"write$trusty_gatekeeper", 4},
{"write$trusty_km", 4},
{"write$trusty_km_secure", 4},
+ {"write$trusty_storage", 4},
{"write$tun", 4},
{"write$uinput_user_dev", 4},
{"write$vhci", 4},
@@ -10253,6 +10262,7 @@ const call_t syscalls[] = {
{"ioctl$TIPC_IOC_CONNECT_gatekeeper", 29},
{"ioctl$TIPC_IOC_CONNECT_keymaster_secure", 29},
{"ioctl$TIPC_IOC_CONNECT_km", 29},
+ {"ioctl$TIPC_IOC_CONNECT_storage", 29},
{"ioctl$TUNATTACHFILTER", 29},
{"ioctl$TUNDETACHFILTER", 29},
{"ioctl$TUNGETFEATURES", 29},
@@ -10720,6 +10730,7 @@ const call_t syscalls[] = {
{"openat$trusty_gatekeeper", 56},
{"openat$trusty_km", 56},
{"openat$trusty_km_secure", 56},
+ {"openat$trusty_storage", 56},
{"openat$tun", 56},
{"openat$ubi_ctrl", 56},
{"openat$udambuf", 56},
@@ -11616,6 +11627,7 @@ const call_t syscalls[] = {
{"write$trusty_gatekeeper", 64},
{"write$trusty_km", 64},
{"write$trusty_km_secure", 64},
+ {"write$trusty_storage", 64},
{"write$tun", 64},
{"write$uinput_user_dev", 64},
{"write$vhci", 64},
@@ -12734,6 +12746,7 @@ const call_t syscalls[] = {
{"ioctl$TIPC_IOC_CONNECT_gatekeeper", 54},
{"ioctl$TIPC_IOC_CONNECT_keymaster_secure", 54},
{"ioctl$TIPC_IOC_CONNECT_km", 54},
+ {"ioctl$TIPC_IOC_CONNECT_storage", 54},
{"ioctl$TUNATTACHFILTER", 54},
{"ioctl$TUNDETACHFILTER", 54},
{"ioctl$TUNGETFEATURES", 54},
@@ -13114,6 +13127,7 @@ const call_t syscalls[] = {
{"openat$trusty_gatekeeper", 286},
{"openat$trusty_km", 286},
{"openat$trusty_km_secure", 286},
+ {"openat$trusty_storage", 286},
{"openat$tun", 286},
{"openat$ubi_ctrl", 286},
{"openat$udambuf", 286},
@@ -14027,6 +14041,7 @@ const call_t syscalls[] = {
{"write$trusty_gatekeeper", 4},
{"write$trusty_km", 4},
{"write$trusty_km_secure", 4},
+ {"write$trusty_storage", 4},
{"write$tun", 4},
{"write$uinput_user_dev", 4},
{"write$vhci", 4},