diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-17 16:59:20 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-18 21:02:24 +0100 |
| commit | 773117bf811a6e7f9d13bb966dc4956774e88207 (patch) | |
| tree | ac62d3fb1612ab43cedf7e79725f36793eec3270 /sys/linux/prctl.txt.warn | |
| parent | 2ec9a3ad9a10a5e5653d65b3d7f430c978ce4d69 (diff) | |
tools/syz-check: also check arm/arm64
They mostly duplicate the warnings we already have for amd64/386.
But uncovered few very interesting local things (e.g. epoll_event
is packed only on amd64, so arm/arm64 layout is wrong, but 386
is correct because int64 alignment is different).
Update #590
Diffstat (limited to 'sys/linux/prctl.txt.warn')
| -rw-r--r-- | sys/linux/prctl.txt.warn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/linux/prctl.txt.warn b/sys/linux/prctl.txt.warn new file mode 100644 index 000000000..919d7cace --- /dev/null +++ b/sys/linux/prctl.txt.warn @@ -0,0 +1,9 @@ +compiler: unsupported syscall: arch_prctl due to missing const __NR_arch_prctl [arm,arm64] +compiler: unsupported syscall: arch_prctl$ARCH_GET_FS due to missing const ARCH_GET_FS [arm,arm64] +compiler: unsupported syscall: arch_prctl$ARCH_GET_GS due to missing const ARCH_GET_GS [arm,arm64] +compiler: unsupported syscall: arch_prctl$ARCH_SET_GS due to missing const ARCH_SET_GS [arm,arm64] +compiler: unsupported syscall: arch_prctl$ARCH_GET_CPUID due to missing const ARCH_GET_CPUID [arm,arm64] +compiler: unsupported syscall: arch_prctl$ARCH_SET_CPUID due to missing const ARCH_SET_CPUID [arm,arm64] +compiler: unsupported syscall: arch_prctl$ARCH_MAP_VDSO_X32 due to missing const ARCH_MAP_VDSO_X32 [arm,arm64] +compiler: unsupported syscall: arch_prctl$ARCH_MAP_VDSO_32 due to missing const ARCH_MAP_VDSO_32 [arm,arm64] +compiler: unsupported syscall: arch_prctl$ARCH_MAP_VDSO_64 due to missing const ARCH_MAP_VDSO_64 [arm,arm64] |
