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_snd_timer.txt.warn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/dev_snd_timer.txt.warn') diff --git a/sys/linux/dev_snd_timer.txt.warn b/sys/linux/dev_snd_timer.txt.warn index 19901de87..abc99e7b3 100644 --- a/sys/linux/dev_snd_timer.txt.warn +++ b/sys/linux/dev_snd_timer.txt.warn @@ -1 +1 @@ -compiler: unsupported syscall: ioctl$SNDRV_TIMER_IOCTL_TREAD due to missing const SNDRV_TIMER_IOCTL_TREAD [386] +compiler: unsupported syscall: ioctl$SNDRV_TIMER_IOCTL_TREAD due to missing const SNDRV_TIMER_IOCTL_TREAD [386,arm] -- cgit mrf-deployment