From e4c56f390e76bddfd2911006d7036e2970b3f5d1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 22 Jan 2020 16:38:55 +0100 Subject: tools/syz-check: improve matching netlink attributes 1. Match policies that has a _suffix in our descriptions (we frequently do this to improve precision or avoid dup names). 2. Rename policies in descriptions to match kernel names. 3. Match policy if there are several such names in kernel. 4. Recognize policies with helper sub-policies. Update #590 --- sys/linux/dev_nbd.txt.warn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/dev_nbd.txt.warn') diff --git a/sys/linux/dev_nbd.txt.warn b/sys/linux/dev_nbd.txt.warn index 61b8c7776..48ec704f8 100644 --- a/sys/linux/dev_nbd.txt.warn +++ b/sys/linux/dev_nbd.txt.warn @@ -1,2 +1,2 @@ -bad-netlink-attr: nbd_attr_policy.NBD_ATTR_SOCKETS: should be nlnest [amd64] +bad-netlink-attr: nbd_attr_policy.NBD_ATTR_SOCKETS: should be nlnest no-such-struct: nbd_sock_pair -- cgit mrf-deployment