aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_dri.txt.warn
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-12-22 19:34:12 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-22 19:34:12 +0100
commit61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 (patch)
tree9d6a6d895a2f54481ae996074efcbc1e90d46405 /sys/linux/dev_dri.txt.warn
parent8b96726707a5846209f943c978ccd7eeb1dd6f5e (diff)
tools/syz-check: check amd64 and 386 at the same time
Update #590
Diffstat (limited to 'sys/linux/dev_dri.txt.warn')
-rw-r--r--sys/linux/dev_dri.txt.warn50
1 files changed, 34 insertions, 16 deletions
diff --git a/sys/linux/dev_dri.txt.warn b/sys/linux/dev_dri.txt.warn
index 318d2e09e..5c4fd6029 100644
--- a/sys/linux/dev_dri.txt.warn
+++ b/sys/linux/dev_dri.txt.warn
@@ -1,16 +1,34 @@
-struct drm_unique_in: no corresponding struct in kernel
-struct drm_unique_out: no corresponding struct in kernel
-struct drm_map: no corresponding struct in kernel
-struct drm_ctx_priv_map: no corresponding struct in kernel
-struct drm_ctx: no corresponding struct in kernel
-struct drm_ctx_res: no corresponding struct in kernel
-struct drm_lock: no corresponding struct in kernel
-struct drm_buf_desc: no corresponding struct in kernel
-struct drm_buf_map: no corresponding struct in kernel
-struct drm_buf_pub: no corresponding struct in kernel
-struct drm_buf_free: no corresponding struct in kernel
-struct drm_dma: no corresponding struct in kernel
-struct drm_control: no corresponding struct in kernel
-struct drm_scatter_gather: no corresponding struct in kernel
-struct drm_wait_vblank: no corresponding struct in kernel
-field drm_mode_modeinfo.vrefr/vrefresh: bad size: syz=2 kernel=4
+no-such-struct: drm_unique_in
+no-such-struct: drm_unique_out
+no-such-struct: drm_map
+no-such-struct: drm_ctx_priv_map
+no-such-struct: drm_ctx
+no-such-struct: drm_ctx_res
+no-such-struct: drm_lock
+no-such-struct: drm_buf_desc
+no-such-struct: drm_buf_map
+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_scatter_gather
+no-such-struct: drm_wait_vblank
+bad-struct-size: drm_mode_card_res: syz=48 kernel=64 [386]
+bad-field-size: drm_mode_card_res.fbid/fb_id_ptr: syz=4 kernel=8 [386]
+bad-field-size: drm_mode_card_res.crtcid/crtc_id_ptr: syz=4 kernel=8 [386]
+bad-field-size: drm_mode_card_res.connid/connector_id_ptr: syz=4 kernel=8 [386]
+bad-field-offset: drm_mode_card_res.connid/connector_id_ptr: syz=8 kernel=16 [386]
+bad-field-offset: drm_mode_card_res.encid/encoder_id_ptr: syz=12 kernel=24 [386]
+bad-field-size: drm_mode_card_res.encid/encoder_id_ptr: syz=4 kernel=8 [386]
+bad-field-offset: drm_mode_card_res.nfbid/count_fbs: syz=16 kernel=32 [386]
+bad-field-offset: drm_mode_card_res.ncrtcid/count_crtcs: syz=20 kernel=36 [386]
+bad-field-offset: drm_mode_card_res.nconnid/count_connectors: syz=24 kernel=40 [386]
+bad-field-offset: drm_mode_card_res.nencid/count_encoders: syz=28 kernel=44 [386]
+bad-field-offset: drm_mode_card_res.maxw/min_width: syz=32 kernel=48 [386]
+bad-field-offset: drm_mode_card_res.maxh/max_width: syz=36 kernel=52 [386]
+bad-field-offset: drm_mode_card_res.minw/min_height: syz=40 kernel=56 [386]
+bad-field-offset: drm_mode_card_res.minh/max_height: syz=44 kernel=60 [386]
+bad-struct-size: drm_mode_get_plane_res: syz=8 kernel=12 [386]
+bad-field-size: drm_mode_get_plane_res.ids/plane_id_ptr: syz=4 kernel=8 [386]
+bad-field-offset: drm_mode_get_plane_res.cnt/count_planes: syz=4 kernel=8 [386]
+bad-field-size: drm_mode_modeinfo.vrefr/vrefresh: syz=2 kernel=4