aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket.txt.warn
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-01-17 16:59:20 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-01-18 21:02:24 +0100
commit773117bf811a6e7f9d13bb966dc4956774e88207 (patch)
treeac62d3fb1612ab43cedf7e79725f36793eec3270 /sys/linux/socket.txt.warn
parent2ec9a3ad9a10a5e5653d65b3d7f430c978ce4d69 (diff)
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
Diffstat (limited to 'sys/linux/socket.txt.warn')
-rw-r--r--sys/linux/socket.txt.warn12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/linux/socket.txt.warn b/sys/linux/socket.txt.warn
index 9b03e38ea..6b588dddd 100644
--- a/sys/linux/socket.txt.warn
+++ b/sys/linux/socket.txt.warn
@@ -15,18 +15,18 @@ no-such-struct: recv_msghdr
no-such-struct: recv_mmsghdr
no-such-struct: cmsghdr_t
no-such-struct: cmsghdr_unaligned
-compiler: unsupported syscall: ioctl$SIOCGSTAMP due to missing const SIOCGSTAMP [386]
-compiler: unsupported syscall: ioctl$SIOCGSTAMPNS due to missing const SIOCGSTAMPNS [386]
+compiler: unsupported syscall: ioctl$SIOCGSTAMP due to missing const SIOCGSTAMP [386,arm]
+compiler: unsupported syscall: ioctl$SIOCGSTAMPNS due to missing const SIOCGSTAMPNS [386,arm]
no-such-struct: ifreq_dev_t
no-such-struct: ifr_ifru
no-such-struct: vlan_args
no-such-struct: vlan_args_u
no-such-struct: devname_mask
no-such-struct: ifs_ifsu
-bad-field-size: ifconf.req/ifc_len: syz=16 kernel=4 [amd64]
-bad-field-size: ifconf.req/ifc_len: syz=8 kernel=4 [386]
-bad-field-offset: ifconf.buf/ifc_ifcu: syz=16 kernel=8 [amd64]
-bad-field-size: ifconf.buf/ifc_ifcu: syz=8 kernel=4 [386]
+bad-field-size: ifconf.req/ifc_len: syz=16 kernel=4 [amd64,arm64]
+bad-field-size: ifconf.req/ifc_len: syz=8 kernel=4 [386,arm]
+bad-field-size: ifconf.buf/ifc_ifcu: syz=16 kernel=8 [amd64,arm64]
+bad-field-offset: ifconf.buf/ifc_ifcu: syz=8 kernel=4 [386,arm]
no-such-struct: ifconf_buf
no-such-struct: ifconf_req
no-such-struct: brctl_arg