diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-09 07:42:48 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-17 19:03:39 +0100 |
| commit | 64ca0a371100fc7dfdb20de9263763e46c88a436 (patch) | |
| tree | 0e417568271dbbcc5817034a624a31d62bf20633 /sys/linux/dev_tlk_device.txt.warn | |
| parent | f950e82d47572b79581fd6b8355504cddb06a7f4 (diff) | |
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
Diffstat (limited to 'sys/linux/dev_tlk_device.txt.warn')
| -rw-r--r-- | sys/linux/dev_tlk_device.txt.warn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/linux/dev_tlk_device.txt.warn b/sys/linux/dev_tlk_device.txt.warn new file mode 100644 index 000000000..88b91bed3 --- /dev/null +++ b/sys/linux/dev_tlk_device.txt.warn @@ -0,0 +1,9 @@ +0026: struct te_service_id: no corresponding struct in kernel +0033: struct te_opensession: no corresponding struct in kernel +0039: struct te_closesession: no corresponding struct in kernel +0044: struct te_answer: no corresponding struct in kernel +0050: struct te_launchop: no corresponding struct in kernel +0056: struct te_operation: no corresponding struct in kernel +0065: struct te_int_mem_union: no corresponding struct in kernel +0070: struct te_mem: no corresponding struct in kernel +0075: struct te_oper_param: no corresponding struct in kernel |
