syzkaller/pkg/host
Alexander Egorenkov 8247808b71 pkg/host: use 'processor 0' as cpu model on s390x inside container
There is no field 'machine' in /proc/cpuinfo when we run inside
a Docker container but there is a 'processor 0' field which
provides the same information.

Example:

processor 0: version = 00,  identification = 310C57,  machine = 3906

Signed-off-by: Alexander Egorenkov <Alexander.Egorenkov@ibm.com>
2020-09-16 21:15:40 +02:00
..
features_linux.go all: initialize vhci in linux 2020-07-30 11:33:48 +02:00
features.go all: initialize vhci in linux 2020-07-30 11:33:48 +02:00
host_akaros.go fuzzer: speed up syscall support detection 2019-01-08 16:06:27 +01:00
host_darwin.go fuzzer: speed up syscall support detection 2019-01-08 16:06:27 +01:00
host_freebsd.go pkg/host: rename some features 2019-11-16 09:58:54 +01:00
host_fuchsia.go fuzzer: speed up syscall support detection 2019-01-08 16:06:27 +01:00
host_netbsd.go sys/netbsd: support multiple vHCI buses (#1822) 2020-06-13 12:10:16 +02:00
host_openbsd.go executor: enable extra coverage on OpenBSD 2020-08-11 10:56:29 +02:00
host_test.go pkg/host: add Features.Supported 2019-11-16 09:58:54 +01:00
host_windows.go fuzzer: speed up syscall support detection 2019-01-08 16:06:27 +01:00
machine_info_linux_test.go pkg/host: use 'processor 0' as cpu model on s390x inside container 2020-09-16 21:15:40 +02:00
machine_info_linux.go pkg/host: move machine info functionality from syz-fuzzer 2020-09-12 17:38:54 +02:00
machine_info.go pkg/host: move machine info functionality from syz-fuzzer 2020-09-12 17:38:54 +02:00
syscalls_linux_test.go all: fix comments format 2020-07-12 08:22:44 +02:00
syscalls_linux.go executor/common_linux.h: add syz_fuse_handle_req() 2020-08-14 18:55:11 +02:00
syscalls.go sys/targets: don't use HostFuzzer mode for test OS 2020-07-15 09:26:23 +02:00