aboutsummaryrefslogtreecommitdiffstats
path: root/executor/defs.h
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2019-10-31 15:40:53 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-11-03 14:20:59 +0100
commitfceca3f4b76241ca8a285c9a15c4aa7580184156 (patch)
tree67ebe98259bd820f92857b4093da9d3149a458ee /executor/defs.h
parentc9610487d8c10f7b4ffb32764a6720cbbdfe6058 (diff)
sys/linux: add forgotten SECCOMP_FILTER_FLAG_NEW_LISTENER bits
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
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 75987ac32..224dcebc0 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -70,7 +70,7 @@
#if GOARCH_386
#define GOARCH "386"
-#define SYZ_REVISION "36e9230da85f23351d178fbe23b605eccc5af223"
+#define SYZ_REVISION "7eb8350e1b073dfee4963a5d94bafc9b1003b97b"
#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 "66d9d1a9288f8af51764df608a12b6092ab4c305"
+#define SYZ_REVISION "e1c282fd1d656bbd387a680b8ce25fffe6cc1c71"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096