diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-12-13 13:49:08 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-12-17 11:39:14 +0100 |
| commit | 019cf5f2356fbadb904bb39993ec9e3adb1999c5 (patch) | |
| tree | a799d25a976c0f142aabcfb2c2f9d3e922532f3d /pkg/host/host_linux.go | |
| parent | 9150b3e5442f9e9ebc53ef5d5a2cd00f01e6f118 (diff) | |
sys: move test syscalls to a separate target
We have them in linux solely for historical reasons.
Fixes #462
Diffstat (limited to 'pkg/host/host_linux.go')
| -rw-r--r-- | pkg/host/host_linux.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/host/host_linux.go b/pkg/host/host_linux.go index 9a763f10b..fd3dc5bb8 100644 --- a/pkg/host/host_linux.go +++ b/pkg/host/host_linux.go @@ -71,8 +71,6 @@ var kallsymsMap = map[string]string{ func isSupportedSyzkall(c *prog.Syscall) bool { switch c.CallName { - case "syz_test": - return false case "syz_open_dev": if _, ok := c.Args[0].(*prog.ConstType); ok { // This is for syz_open_dev$char/block. |
