aboutsummaryrefslogtreecommitdiffstats
path: root/executor/defs.h
diff options
context:
space:
mode:
authorMarco Vanotti <mvanotti@users.noreply.github.com>2019-02-06 04:33:35 -0800
committerDmitry Vyukov <dvyukov@google.com>2019-02-06 13:33:35 +0100
commitd25487bc2e50dbb3ec89a390467d1100744cac63 (patch)
treebd24bd5d65870f675c28ea685d022a246751da4e /executor/defs.h
parentd672172cce372c6ec163d5dd8f3feb41f0127a61 (diff)
sys/fuchsia: fix fidlgen issues
* sys/fuchsia: fix fidlgen issues. This change modifies fidlgen removing fuchsia.mediacodec and renaming zircon-ethernet to fuchsia-hardware-ethernet. fuchsia.mediacodec has most of its functionality merged into fuchsia.media and it's not included in the default amd64 builds. zircon-ethernet has been renamed to fuchsia-hardware-ethernet recently: https://fuchsia-review.googlesource.com/c/zircon/+/237178 * docs/fuchsia: Add troubleshooting sections This commit adds a troubleshooting section in the fuchsia syzkaller docs that mentions how to solve fidlgen issues when fidl interfaces are removed or renamed. * sys/fuchsia: remove stale autogenerated files. * sys/fucsia run make extract && make generate.
Diffstat (limited to 'executor/defs.h')
-rw-r--r--executor/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h
index b70469f65..86dcaa8c2 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -35,7 +35,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "bd572b59fe6577d24e22a364873c5666c1c84b7e"
+#define SYZ_REVISION "9dc77f0d4b31e843dc99bab5336fdcada6f6c94d"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096
@@ -45,7 +45,7 @@
#if GOARCH_arm64
#define GOARCH "arm64"
-#define SYZ_REVISION "43822deeef9cd6ecfb711378d529dca12ec20614"
+#define SYZ_REVISION "8be0f9990181eaecd327c539812d46d285db84cd"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096