aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_vnet.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_vnet.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_vnet.txt.warn')
-rw-r--r--sys/linux/socket_vnet.txt.warn4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/socket_vnet.txt.warn b/sys/linux/socket_vnet.txt.warn
index a98c75968..99f84040b 100644
--- a/sys/linux/socket_vnet.txt.warn
+++ b/sys/linux/socket_vnet.txt.warn
@@ -1,6 +1,6 @@
no-such-struct: vmaddr_cid
no-such-struct: vmaddr_cid64
bad-field-size: vhost_msg.iotlb/: syz=28 kernel=64 [386]
-bad-field-size: vhost_msg.iotlb/: syz=32 kernel=64 [amd64]
+bad-field-size: vhost_msg.iotlb/: syz=32 kernel=64 [amd64,arm,arm64]
bad-field-size: vhost_msg_v2.iotlb/: syz=28 kernel=64 [386]
-bad-field-size: vhost_msg_v2.iotlb/: syz=32 kernel=64 [amd64]
+bad-field-size: vhost_msg_v2.iotlb/: syz=32 kernel=64 [amd64,arm,arm64]