From 773117bf811a6e7f9d13bb966dc4956774e88207 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 17 Jan 2020 16:59:20 +0100 Subject: 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 --- sys/linux/dev_tlk_device.txt.warn | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'sys/linux/dev_tlk_device.txt.warn') 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] -- cgit mrf-deployment