diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-22 19:34:12 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-22 19:34:12 +0100 |
| commit | 61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 (patch) | |
| tree | 9d6a6d895a2f54481ae996074efcbc1e90d46405 /sys/linux/dev_tlk_device.txt.warn | |
| parent | 8b96726707a5846209f943c978ccd7eeb1dd6f5e (diff) | |
tools/syz-check: check amd64 and 386 at the same time
Update #590
Diffstat (limited to 'sys/linux/dev_tlk_device.txt.warn')
| -rw-r--r-- | sys/linux/dev_tlk_device.txt.warn | 22 |
1 files changed, 13 insertions, 9 deletions
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] |
