| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tools/syz-diff: move the logic to pkg/manager | Aleksandr Nogikh | 2025-01-23 | 1 | -94/+0 |
| | | |||||
| * | tools/syz-diff: prepare for moving to pkg/ | Aleksandr Nogikh | 2025-01-23 | 1 | -2/+2 |
| | | | | | | | Adjust the code to properly handle context cancellation. Replace log.Fatalf() by errors where it was straightforward. Decouple from the global variables. | ||||
| * | tools: add a syz-diff tool | Aleksandr Nogikh | 2024-10-25 | 1 | -0/+94 |
| This is the prototype version of the patch series fuzzing functionality based on the syzkaller fuzzing engine. The tool takes two syzkaller configs -- one for the base kernel, one for the patched kernel. Optionally the patch itself can be also provided. syz-diff will consider a bug patched-only if: 1) It happened while fuzzing the patched kernel. 2) It was never observed on the base kernel. 3) The tool found a repro on the patched kernel. 4) The repro did not crash the base kernel. | |||||
