From 61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 22 Dec 2019 19:34:12 +0100 Subject: tools/syz-check: check amd64 and 386 at the same time Update #590 --- sys/linux/dev_tlk_device.txt.warn | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 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 8d890ac03..24fb12b36 100644 --- a/sys/linux/dev_tlk_device.txt.warn +++ b/sys/linux/dev_tlk_device.txt.warn @@ -1,9 +1,13 @@ -struct te_service_id: no corresponding struct in kernel -struct te_opensession: no corresponding struct in kernel -struct te_closesession: no corresponding struct in kernel -struct te_answer: no corresponding struct in kernel -struct te_launchop: no corresponding struct in kernel -struct te_operation: no corresponding struct in kernel -struct te_int_mem_union: no corresponding struct in kernel -struct te_mem: no corresponding struct in kernel -struct te_oper_param: no corresponding struct in kernel +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] -- cgit mrf-deployment