aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/io_uring.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/io_uring.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/io_uring.txt.warn')
-rw-r--r--sys/linux/io_uring.txt.warn10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/linux/io_uring.txt.warn b/sys/linux/io_uring.txt.warn
index 7c3c1da32..ca6071e26 100644
--- a/sys/linux/io_uring.txt.warn
+++ b/sys/linux/io_uring.txt.warn
@@ -1,5 +1,5 @@
-0031: struct io_uring_params: bad number of fields: syz=8 kernel=9
-0037: field io_uring_params.resv/features: bad size: syz=20 kernel=4
-0038: field io_uring_params.sq_off/resv: bad offset: syz=40 kernel=24
-0038: field io_uring_params.sq_off/resv: bad size: syz=40 kernel=16
-0039: field io_uring_params.cq_off/sq_off: bad offset: syz=80 kernel=40
+struct io_uring_params: bad number of fields: syz=8 kernel=9
+field io_uring_params.resv/features: bad size: syz=20 kernel=4
+field io_uring_params.sq_off/resv: bad offset: syz=40 kernel=24
+field io_uring_params.sq_off/resv: bad size: syz=40 kernel=16
+field io_uring_params.cq_off/sq_off: bad offset: syz=80 kernel=40