From 64ca0a371100fc7dfdb20de9263763e46c88a436 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 9 Dec 2019 07:42:48 +0100 Subject: tools/syz-check: add description checking utility syz-check parses vmlinux dwarf, extracts struct descriptions, compares them with what we have (size, fields, alignment, etc) and produces .warn files. This is first raw version, it can be improved in a number of ways. But it already helped to identify a critical issue #1542 and shows some wrong struct descriptions. Update #590 --- sys/linux/socket_alg.txt.warn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/linux/socket_alg.txt.warn (limited to 'sys/linux/socket_alg.txt.warn') diff --git a/sys/linux/socket_alg.txt.warn b/sys/linux/socket_alg.txt.warn new file mode 100644 index 000000000..0cacc0028 --- /dev/null +++ b/sys/linux/socket_alg.txt.warn @@ -0,0 +1,8 @@ +0034: struct alg_name: no corresponding struct in kernel +0039: struct alg_aead_name: no corresponding struct in kernel +0044: struct alg_hash_name: no corresponding struct in kernel +0049: struct alg_skcipher_name: no corresponding struct in kernel +0053: struct alg_compress_name: no corresponding struct in kernel +0060: struct msghdr_alg: no corresponding struct in kernel +0084: struct cmsghdr_alg_op: no corresponding struct in kernel +0091: struct cmsghdr_alg_assoc: no corresponding struct in kernel -- cgit mrf-deployment