| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: regenerate .warn files | Dmitry Vyukov | 2020-06-13 | 1 | -1/+0 |
| | | | | | | On latest kernel, with latest *.txt files and with kernels compiled with -fno-eliminate-unused-debug-types -fno-eliminate-unused-debug-symbols flags. | ||||
| * | sys/linux: add ethtool netlink descriptions | Dmitry Vyukov | 2020-01-28 | 1 | -0/+6 |
| | | |||||
| * | sys/linux: fix sigset_t/sigaction layout on arm | Dmitry Vyukov | 2020-01-18 | 1 | -1/+1 |
| | | | | | Update #590 | ||||
| * | tools/syz-check: check amd64 and 386 at the same time | Dmitry Vyukov | 2019-12-22 | 1 | -15/+15 |
| | | | | | Update #590 | ||||
| * | sys/linux: fix 240 warnings in descriptions | Dmitry Vyukov | 2019-12-20 | 1 | -11/+1 |
| | | | | | | | Sweeping fix of everything up to socket_netlink_route.txt. Update #590 | ||||
| * | tools/syz-check: don't print our/kernel field name twice if equal | Dmitry Vyukov | 2019-12-18 | 1 | -6/+6 |
| | | |||||
| * | tools/syz-check: don't print line numbers for warnings | Dmitry Vyukov | 2019-12-18 | 1 | -25/+25 |
| | | | | | | 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 utility | Dmitry Vyukov | 2019-12-17 | 1 | -0/+25 |
| 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 | |||||
