aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_video4linux.txt.warn
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-12-23 08:46:10 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-23 08:57:42 +0100
commit4b042b7d6708cae4cb29fa41b89deea14b2eea32 (patch)
treee624c19095860d2901d0a9094b7269a6c31e79d7 /sys/linux/dev_video4linux.txt.warn
parent61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 (diff)
sys/linux: fix int64 alignment on 386
Turns out int64 alignment is 4 on 386... But on arm it's still 8. Another amusing finding thanks to syz-check. Update #590
Diffstat (limited to 'sys/linux/dev_video4linux.txt.warn')
-rw-r--r--sys/linux/dev_video4linux.txt.warn15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/linux/dev_video4linux.txt.warn b/sys/linux/dev_video4linux.txt.warn
index bf3103646..1acf128c7 100644
--- a/sys/linux/dev_video4linux.txt.warn
+++ b/sys/linux/dev_video4linux.txt.warn
@@ -9,23 +9,8 @@ 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]