diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-22 19:34:12 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-22 19:34:12 +0100 |
| commit | 61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 (patch) | |
| tree | 9d6a6d895a2f54481ae996074efcbc1e90d46405 /sys/linux/dev_video4linux.txt.warn | |
| parent | 8b96726707a5846209f943c978ccd7eeb1dd6f5e (diff) | |
tools/syz-check: check amd64 and 386 at the same time
Update #590
Diffstat (limited to 'sys/linux/dev_video4linux.txt.warn')
| -rw-r--r-- | sys/linux/dev_video4linux.txt.warn | 47 |
1 files changed, 31 insertions, 16 deletions
diff --git a/sys/linux/dev_video4linux.txt.warn b/sys/linux/dev_video4linux.txt.warn index 12fd25cf4..bf3103646 100644 --- a/sys/linux/dev_video4linux.txt.warn +++ b/sys/linux/dev_video4linux.txt.warn @@ -1,16 +1,31 @@ -struct v4l2_format_fmt: no corresponding struct in kernel -struct v4l2_buffer_union: no corresponding struct in kernel -struct v4l2_plane_union: no corresponding struct in kernel -struct v4l2_framebuffer_union: no corresponding struct in kernel -struct v4l2_streamparm_union: no corresponding struct in kernel -struct v4l2_querymenu_union: no corresponding struct in kernel -struct v4l2_ext_u: no corresponding struct in kernel -struct v4l2_frmsizeenum_union: no corresponding struct in kernel -struct v4l2_frmivalenum_union: no corresponding struct in kernel -struct v4l2_dbg_match_union: no corresponding struct in kernel -struct v4l2_dv_timings_union: no corresponding struct in kernel -struct v4l2_event_union: no corresponding struct in kernel -struct v4l2_event_ctrl_union: no corresponding struct in kernel -struct v4l2_decoder_cmd_u: no corresponding struct in kernel -struct v4l2_decoder_cmd_start: no corresponding struct in kernel -struct v4l2_dv_timings_cap_u: no corresponding struct in kernel +no-such-struct: v4l2_format_fmt +no-such-struct: v4l2_buffer_union +no-such-struct: v4l2_plane_union +no-such-struct: v4l2_framebuffer_union +no-such-struct: v4l2_streamparm_union +no-such-struct: v4l2_querymenu_union +no-such-struct: v4l2_ext_u +no-such-struct: v4l2_frmsizeenum_union +no-such-struct: v4l2_frmivalenum_union +no-such-struct: v4l2_dbg_match_union +no-such-struct: v4l2_dv_timings_union +bad-struct-size: v4l2_event: syz=128 kernel=120 [386] +bad-field-offset: v4l2_event.u: syz=8 kernel=4 [386] +bad-field-offset: v4l2_event.pending: syz=72 kernel=68 [386] +bad-field-offset: v4l2_event.sequence: syz=76 kernel=72 [386] +bad-field-offset: v4l2_event.timestamp: syz=80 kernel=76 [386] +bad-field-offset: v4l2_event.id: syz=88 kernel=84 [386] +bad-field-offset: v4l2_event.reserved: syz=92 kernel=88 [386] +no-such-struct: v4l2_event_union +bad-struct-size: v4l2_event_ctrl: syz=40 kernel=36 [386] +no-such-struct: v4l2_event_ctrl_union +no-such-struct: v4l2_decoder_cmd_u +no-such-struct: v4l2_decoder_cmd_start +no-such-struct: v4l2_dv_timings_cap_u +bad-struct-size: v4l2_standard: syz=72 kernel=64 [386] +bad-field-offset: v4l2_standard.id: syz=8 kernel=4 [386] +bad-field-offset: v4l2_standard.name: syz=16 kernel=12 [386] +bad-field-offset: v4l2_standard.frameperiod: syz=40 kernel=36 [386] +bad-field-offset: v4l2_standard.framelines: syz=48 kernel=44 [386] +bad-field-offset: v4l2_standard.reserved: syz=52 kernel=48 [386] +bad-struct-size: v4l2_input: syz=80 kernel=76 [386] |
