aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_vfio.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/dev_vfio.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/dev_vfio.txt.warn')
-rw-r--r--sys/linux/dev_vfio.txt.warn8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/linux/dev_vfio.txt.warn b/sys/linux/dev_vfio.txt.warn
index 139826e85..984f3399b 100644
--- a/sys/linux/dev_vfio.txt.warn
+++ b/sys/linux/dev_vfio.txt.warn
@@ -1,4 +1,4 @@
-0026: struct vfio_iommu_type1_info: bad number of fields: syz=3 kernel=4
-0026: struct vfio_iommu_type1_info: bad size: syz=16 kernel=24
-0040: struct vfio_iommu_type1_dma_unmap: bad number of fields: syz=5 kernel=4
-0040: struct vfio_iommu_type1_dma_unmap: bad size: syz=32 kernel=24
+struct vfio_iommu_type1_info: bad number of fields: syz=3 kernel=4
+struct vfio_iommu_type1_info: bad size: syz=16 kernel=24
+struct vfio_iommu_type1_dma_unmap: bad number of fields: syz=5 kernel=4
+struct vfio_iommu_type1_dma_unmap: bad size: syz=32 kernel=24