diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-17 16:59:20 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-18 21:02:24 +0100 |
| commit | 773117bf811a6e7f9d13bb966dc4956774e88207 (patch) | |
| tree | ac62d3fb1612ab43cedf7e79725f36793eec3270 /sys/linux/dev_dri.txt.warn | |
| parent | 2ec9a3ad9a10a5e5653d65b3d7f430c978ce4d69 (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/dev_dri.txt.warn')
| -rw-r--r-- | sys/linux/dev_dri.txt.warn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/dev_dri.txt.warn b/sys/linux/dev_dri.txt.warn index 25c14b425..a70f84b7b 100644 --- a/sys/linux/dev_dri.txt.warn +++ b/sys/linux/dev_dri.txt.warn @@ -11,6 +11,8 @@ no-such-struct: drm_buf_pub no-such-struct: drm_buf_free no-such-struct: drm_dma no-such-struct: drm_control +no-such-struct: drm_agp_buffer [arm,arm64] +no-such-struct: drm_agp_binding [arm,arm64] no-such-struct: drm_scatter_gather no-such-struct: drm_wait_vblank bad-field-size: drm_mode_modeinfo.vrefr/vrefresh: syz=2 kernel=4 |
