mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 19:39:40 +00:00
773117bf81
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
14 lines
862 B
Plaintext
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]
|