aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/9p.txt.warn
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-12-18 10:48:20 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-18 10:50:24 +0100
commit1b49002e79aa72d2d5c70742da91ac9cd9bc6710 (patch)
treecbeb0044cc6947afde43f219b28fc15359ccf466 /sys/linux/9p.txt.warn
parent2f68adff0b52208bd2a86941c4c406fb9dcaa5e6 (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/9p.txt.warn')
-rw-r--r--sys/linux/9p.txt.warn14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/linux/9p.txt.warn b/sys/linux/9p.txt.warn
index 35de68a0d..33304aaaa 100644
--- a/sys/linux/9p.txt.warn
+++ b/sys/linux/9p.txt.warn
@@ -1,7 +1,7 @@
-0025: struct pipe_9p: no corresponding struct in kernel
-0096: struct p9_qid: bad size: syz=13 kernel=16
-0098: field p9_qid.version/version: bad offset: syz=1 kernel=4
-0099: field p9_qid.path/path: bad offset: syz=5 kernel=8
-0109: struct p9_ropen: no corresponding struct in kernel
-0156: struct p9_rstatfs: bad size: syz=60 kernel=64
-0168: struct p9_rgetattr: no corresponding struct in kernel
+struct pipe_9p: no corresponding struct in kernel
+struct p9_qid: bad size: syz=13 kernel=16
+field p9_qid.version/version: bad offset: syz=1 kernel=4
+field p9_qid.path/path: bad offset: syz=5 kernel=8
+struct p9_ropen: no corresponding struct in kernel
+struct p9_rstatfs: bad size: syz=60 kernel=64
+struct p9_rgetattr: no corresponding struct in kernel