From 61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 22 Dec 2019 19:34:12 +0100 Subject: tools/syz-check: check amd64 and 386 at the same time Update #590 --- sys/linux/dev_ptmx.txt.warn | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'sys/linux/dev_ptmx.txt.warn') diff --git a/sys/linux/dev_ptmx.txt.warn b/sys/linux/dev_ptmx.txt.warn index f2920e2ad..d568bd953 100644 --- a/sys/linux/dev_ptmx.txt.warn +++ b/sys/linux/dev_ptmx.txt.warn @@ -1,15 +1,15 @@ -struct io_cmap: no corresponding struct in kernel -struct unimapdesc_in: no corresponding struct in kernel -struct unimapdesc_out: no corresponding struct in kernel -struct unimapinit: no corresponding struct in kernel -struct tiocl_selection_arg: no corresponding struct in kernel -struct tiocl_selection: bad number of fields: syz=6 kernel=5 -struct tiocl_selection: bad size: syz=11 kernel=10 -field tiocl_selection.subcode/xs: bad size: syz=1 kernel=2 -field tiocl_selection.xs/ys: bad offset: syz=1 kernel=2 -field tiocl_selection.ys/xe: bad offset: syz=3 kernel=4 -field tiocl_selection.xe/ye: bad offset: syz=5 kernel=6 -field tiocl_selection.ye/sel_mode: bad offset: syz=7 kernel=8 -struct loadlut: no corresponding struct in kernel -struct tiocl_shift_state: no corresponding struct in kernel -struct tioctl_scroll_console: no corresponding struct in kernel +no-such-struct: io_cmap +no-such-struct: unimapdesc_in +no-such-struct: unimapdesc_out +no-such-struct: unimapinit +no-such-struct: tiocl_selection_arg +bad-struct-size: tiocl_selection: syz=11 kernel=10 +bad-field-number: tiocl_selection: syz=6 kernel=5 +bad-field-size: tiocl_selection.subcode/xs: syz=1 kernel=2 +bad-field-offset: tiocl_selection.xs/ys: syz=1 kernel=2 +bad-field-offset: tiocl_selection.ys/xe: syz=3 kernel=4 +bad-field-offset: tiocl_selection.xe/ye: syz=5 kernel=6 +bad-field-offset: tiocl_selection.ye/sel_mode: syz=7 kernel=8 +no-such-struct: loadlut +no-such-struct: tiocl_shift_state +no-such-struct: tioctl_scroll_console -- cgit mrf-deployment