From 89a1588519adb1d28eb2d406e55fd9359d95c87c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 8 Nov 2018 20:14:05 -0800 Subject: sys: disable trusty for now It crashes pkg/csource tests because it does not have syz_mmap syscall but tries to use it. --- sys/sys.go | 1 - sys/trusty/sys.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/sys.go b/sys/sys.go index 39ed86f95..25e144070 100644 --- a/sys/sys.go +++ b/sys/sys.go @@ -12,7 +12,6 @@ import ( _ "github.com/google/syzkaller/sys/netbsd/gen" _ "github.com/google/syzkaller/sys/openbsd/gen" _ "github.com/google/syzkaller/sys/test/gen" - _ "github.com/google/syzkaller/sys/trusty/gen" _ "github.com/google/syzkaller/sys/windows/gen" ) diff --git a/sys/trusty/sys.txt b/sys/trusty/sys.txt index 7629b6b70..ca311c4b8 100644 --- a/sys/trusty/sys.txt +++ b/sys/trusty/sys.txt @@ -2,6 +2,7 @@ # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. # https://android.googlesource.com/trusty/lk/trusty/+/master/lib/trusty/include/syscall_table.h +# https://source.android.com/security/trusty/trusty-ref include -- cgit mrf-deployment