diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 10:48:20 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 10:50:24 +0100 |
| commit | 1b49002e79aa72d2d5c70742da91ac9cd9bc6710 (patch) | |
| tree | cbeb0044cc6947afde43f219b28fc15359ccf466 /sys/linux/dev_ptmx.txt.warn | |
| parent | 2f68adff0b52208bd2a86941c4c406fb9dcaa5e6 (diff) | |
tools/syz-check: don't print line numbers for warnings
Line numbers create huge diffs when lines change slightly.
That's very unhandy b/c we want to look at added/removed warnings.
Diffstat (limited to 'sys/linux/dev_ptmx.txt.warn')
| -rw-r--r-- | sys/linux/dev_ptmx.txt.warn | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/sys/linux/dev_ptmx.txt.warn b/sys/linux/dev_ptmx.txt.warn index 5c9718fa8..7f4ba78b9 100644 --- a/sys/linux/dev_ptmx.txt.warn +++ b/sys/linux/dev_ptmx.txt.warn @@ -1,25 +1,25 @@ -0168: struct termios: bad number of fields: syz=12 kernel=6 -0174: field termios.cc0/c_cc: bad size: syz=1 kernel=19 -0194: struct termio: bad number of fields: syz=10 kernel=6 -0194: struct termio: bad size: syz=20 kernel=18 -0200: field termio.cc0/c_cc: bad size: syz=1 kernel=8 -0214: struct io_cmap: no corresponding struct in kernel -0223: struct unimapdesc_in: no corresponding struct in kernel -0228: struct unimapdesc_out: no corresponding struct in kernel -0238: struct unimapinit: no corresponding struct in kernel -0289: struct tiocl_selection: bad number of fields: syz=6 kernel=5 -0289: struct tiocl_selection: bad size: syz=11 kernel=10 -0290: field tiocl_selection.subcode/xs: bad size: syz=1 kernel=2 -0291: field tiocl_selection.xs/ys: bad offset: syz=1 kernel=2 -0292: field tiocl_selection.ys/xe: bad offset: syz=3 kernel=4 -0293: field tiocl_selection.xe/ye: bad offset: syz=5 kernel=6 -0294: field tiocl_selection.ye/sel_mode: bad offset: syz=7 kernel=8 -0300: struct loadlut: no corresponding struct in kernel -0308: struct tiocl_shift_state: no corresponding struct in kernel -0313: struct tioctl_scroll_console: no corresponding struct in kernel -0327: field serial_struct.close_delay/close_delay: bad size: syz=4 kernel=2 -0328: field serial_struct.io_type/io_type: bad offset: syz=36 kernel=34 -0329: field serial_struct.reserved_char/reserved_char: bad offset: syz=37 kernel=35 -0330: field serial_struct.hub6/hub6: bad offset: syz=40 kernel=36 -0331: field serial_struct.closing_wait/closing_wait: bad offset: syz=44 kernel=40 -0332: field serial_struct.closing_wait2/closing_wait2: bad offset: syz=46 kernel=42 +struct termios: bad number of fields: syz=12 kernel=6 +field termios.cc0/c_cc: bad size: syz=1 kernel=19 +struct termio: bad number of fields: syz=10 kernel=6 +struct termio: bad size: syz=20 kernel=18 +field termio.cc0/c_cc: bad size: syz=1 kernel=8 +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: 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 +field serial_struct.close_delay/close_delay: bad size: syz=4 kernel=2 +field serial_struct.io_type/io_type: bad offset: syz=36 kernel=34 +field serial_struct.reserved_char/reserved_char: bad offset: syz=37 kernel=35 +field serial_struct.hub6/hub6: bad offset: syz=40 kernel=36 +field serial_struct.closing_wait/closing_wait: bad offset: syz=44 kernel=40 +field serial_struct.closing_wait2/closing_wait2: bad offset: syz=46 kernel=42 |
