syzkaller/sys/linux/dev_tlk_device.txt.warn
Dmitry Vyukov 773117bf81 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
2020-01-18 21:02:24 +01:00

14 lines
862 B
Plaintext

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]