aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_ptp.txt.warn
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: fix 240 warnings in descriptionsDmitry Vyukov2019-12-201-2/+0
| | | | | | Sweeping fix of everything up to socket_netlink_route.txt. Update #590
* tools/syz-check: don't print line numbers for warningsDmitry Vyukov2019-12-181-2/+2
| | | | | Line numbers create huge diffs when lines change slightly. That's very unhandy b/c we want to look at added/removed warnings.
* tools/syz-check: add description checking utilityDmitry Vyukov2019-12-171-0/+2
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