aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-08-02 19:47:32 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-08-02 19:47:32 +0200
commit5b7e23bb61bbc406adfc5c89c0d02cb4fea9f7a4 (patch)
tree0e0a8a45b5a82e13f9c6a70fcab20f3e8fb7a348 /executor
parent41beddb6da0f05efc541676cd98bdf29be7cdeda (diff)
sys/akaros: remove /dev/cons
Presumably it causes corrupted console output.
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/executor/defs.h b/executor/defs.h
index a60c68b3d..c3165c558 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -5,7 +5,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "0dd50d0ed02c0d84fb296a804d96c2f758c18e11"
+#define SYZ_REVISION "44785e2dac3e0f922841ab905a8c4e7838585083"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 9fb55019f..d027f88ed 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -47,8 +47,6 @@ const call_t syscalls[] = {
{"openat$dev_caphash", 102},
{"openat$dev_capuse", 102},
{"openat$dev_config", 102},
- {"openat$dev_cons", 102},
- {"openat$dev_consctl", 102},
{"openat$dev_cputime", 102},
{"openat$dev_drivers", 102},
{"openat$dev_empty", 102},