| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tools/syz-check: add limited checking of varlen structs | Dmitry Vyukov | 2020-01-23 | 1 | -1/+0 |
| | | | | | | | | | Stop at the fist varlen field, but check the preceeding ones. Frequently the varlen array is the last field, so we should get good checking for these cases. Update #590 | ||||
| * | tools/syz-check: check amd64 and 386 at the same time | Dmitry Vyukov | 2019-12-22 | 1 | -9/+9 |
| | | | | | Update #590 | ||||
| * | tools/syz-check: don't print line numbers for warnings | Dmitry Vyukov | 2019-12-18 | 1 | -9/+9 |
| | | | | | | 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/+9 |
| 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 | |||||
