aboutsummaryrefslogtreecommitdiffstats
path: root/executor/defs.h
diff options
context:
space:
mode:
authorNoa Osherovich <noaos@mellanox.com>2017-12-17 17:53:22 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-03-27 14:31:07 +0100
commitd1419fc79fd0339eceb3b451c8c50edec18cc3c7 (patch)
tree4f2963d82aaaa23e028298a5c3c83a85de237829 /executor/defs.h
parent4e668495fb96931c819602a190c4301ae3f9956e (diff)
Sys/linux: Add rdma.txt
Initial description of the kernel's RDMA subsystem. This patch covers most of the older write() interface as well as the some ioctl functions. Also disable rdma_cm's ib_qp_type flags as it conflicts with rdma's definition, and rdma builds first. Signed-off-by: Noa Osherovich <noaos@mellanox.com>
Diffstat (limited to 'executor/defs.h')
-rw-r--r--executor/defs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/executor/defs.h b/executor/defs.h
index fb935232b..f1ce35672 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -60,7 +60,7 @@
#if GOARCH_386
#define GOARCH "386"
-#define SYZ_REVISION "3fa5134dfe76f2678f7405288c518e0661f39193"
+#define SYZ_REVISION "07a706f34916e579028c3b5930f05eab20aaa671"
#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 "0e7c17047648b42ff0d38b7e9b6561e6b17fdfd0"
+#define SYZ_REVISION "a209771bec315f9e71a9b5957a5359b90a040b8c"
#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 "6d809019176b7517a1fabf341dc41fa2d56af080"
+#define SYZ_REVISION "5ed17d88ce7725299f20537ebc47c832c029096b"
#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 "303e1348051e279c46d965f113d391cded14b113"
+#define SYZ_REVISION "075d035566e90160990e4623818e1277e08f05c1"
#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 "c17071d00bd35841a128c3b4a807f02c4d0aebf1"
+#define SYZ_REVISION "3a82f74533ed5185ce73209a8c128a9c0ece3128"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096