From 1b49002e79aa72d2d5c70742da91ac9cd9bc6710 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 18 Dec 2019 10:48:20 +0100 Subject: 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. --- sys/linux/xattr.txt.warn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/linux/xattr.txt.warn') diff --git a/sys/linux/xattr.txt.warn b/sys/linux/xattr.txt.warn index 15ed8ee27..02df0213e 100644 --- a/sys/linux/xattr.txt.warn +++ b/sys/linux/xattr.txt.warn @@ -1,5 +1,5 @@ -0080: struct vfs_cap_data_v1: no corresponding struct in kernel -0096: struct vfs_cap_elem: no corresponding struct in kernel -0133: struct evm_ima_xattr_digest_md5: no corresponding struct in kernel -0138: struct evm_ima_xattr_digest_sha1: no corresponding struct in kernel -0169: struct xattr_overlay_nlink: no corresponding struct in kernel +struct vfs_cap_data_v1: no corresponding struct in kernel +struct vfs_cap_elem: no corresponding struct in kernel +struct evm_ima_xattr_digest_md5: no corresponding struct in kernel +struct evm_ima_xattr_digest_sha1: no corresponding struct in kernel +struct xattr_overlay_nlink: no corresponding struct in kernel -- cgit mrf-deployment