diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-07-16 16:56:48 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-07-16 16:57:35 +0200 |
| commit | 7cfcfa6a735a431916399d140a77c1b289a607ff (patch) | |
| tree | 1d80401c653d863f9046fe3a02a9c5ffa630d607 /executor | |
| parent | 58293c9eb32537b558140dd092dddc42c9773f4e (diff) | |
sys/akaros: disable init_arsc syscall
It unconditionally crashes kernel now.
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/syscalls_akaros.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/executor/syscalls_akaros.h b/executor/syscalls_akaros.h index d10e5a8ca..7520e61b4 100644 --- a/executor/syscalls_akaros.h +++ b/executor/syscalls_akaros.h @@ -2,13 +2,13 @@ #if defined(__x86_64__) || 0 #define GOARCH "amd64" -#define SYZ_REVISION "f6dc674ef2200959a7b03f71a281c2b60ebe0820" +#define SYZ_REVISION "687c84c69215ebd90b47978898d8133e3aa86cbe" #define SYZ_EXECUTOR_USES_FORK_SERVER true #define SYZ_EXECUTOR_USES_SHMEM false #define SYZ_PAGE_SIZE 4096 #define SYZ_NUM_PAGES 4096 #define SYZ_DATA_OFFSET 536870912 -#define SYZ_SYSCALL_COUNT 70 +#define SYZ_SYSCALL_COUNT 69 const call_t syscalls[] = { {"abort_sysc", 31}, {"abort_sysc_fd", 33}, @@ -36,7 +36,6 @@ const call_t syscalls[] = { {"getpcoreid", 7}, {"getvcoreid", 8}, {"halt_core", 27}, - {"init_arsc", 28}, {"link", 112}, {"llseek", 111}, {"lstat", 106}, |
