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/dev_tlk_device.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/dev_tlk_device.txt.warn')
| -rw-r--r-- | sys/linux/dev_tlk_device.txt.warn | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sys/linux/dev_tlk_device.txt.warn b/sys/linux/dev_tlk_device.txt.warn index 24fb12b36..0413c8aa3 100644 --- a/sys/linux/dev_tlk_device.txt.warn +++ b/sys/linux/dev_tlk_device.txt.warn @@ -1,13 +1,13 @@ -compiler: unsupported syscall: ioctl$TE_IOCTL_OPEN_CLIENT_SESSION due to missing const TE_IOCTL_OPEN_CLIENT_SESSION [386] -compiler: unsupported syscall: ioctl$TE_IOCTL_CLOSE_CLIENT_SESSION due to missing const TE_IOCTL_CLOSE_CLIENT_SESSION [386] -compiler: unsupported syscall: ioctl$TE_IOCTL_LAUNCH_OPERATION due to missing const TE_IOCTL_LAUNCH_OPERATION [386] -compiler: unsupported syscall: ioctl$TE_IOCTL_SS_CMD due to missing const TE_IOCTL_SS_CMD [386] -no-such-struct: te_service_id [amd64] -no-such-struct: te_opensession [amd64] -no-such-struct: te_closesession [amd64] -no-such-struct: te_answer [amd64] -no-such-struct: te_launchop [amd64] -no-such-struct: te_operation [amd64] -no-such-struct: te_int_mem_union [amd64] -no-such-struct: te_mem [amd64] -no-such-struct: te_oper_param [amd64] +compiler: unsupported syscall: ioctl$TE_IOCTL_OPEN_CLIENT_SESSION due to missing const TE_IOCTL_OPEN_CLIENT_SESSION [386,arm] +compiler: unsupported syscall: ioctl$TE_IOCTL_CLOSE_CLIENT_SESSION due to missing const TE_IOCTL_CLOSE_CLIENT_SESSION [386,arm] +compiler: unsupported syscall: ioctl$TE_IOCTL_LAUNCH_OPERATION due to missing const TE_IOCTL_LAUNCH_OPERATION [386,arm] +compiler: unsupported syscall: ioctl$TE_IOCTL_SS_CMD due to missing const TE_IOCTL_SS_CMD [386,arm] +no-such-struct: te_service_id [amd64,arm64] +no-such-struct: te_opensession [amd64,arm64] +no-such-struct: te_closesession [amd64,arm64] +no-such-struct: te_answer [amd64,arm64] +no-such-struct: te_launchop [amd64,arm64] +no-such-struct: te_operation [amd64,arm64] +no-such-struct: te_int_mem_union [amd64,arm64] +no-such-struct: te_mem [amd64,arm64] +no-such-struct: te_oper_param [amd64,arm64] |
