aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/kfuzztest-executor/executor.go
Commit message (Collapse)AuthorAgeFilesLines
* syz-kfuzztest: add syz-kfuzztest executableEthan Graham2025-09-221-0/+123
syz-kfuzztest is a new standalone designed for fuzzing KFuzzTest on a live kernel VM (e.g., inside QEMU). It has no dependencies on the executor program, instead directly writing into a KFuzzTest target's debugfs entry. Signed-off-by: Ethan Graham <ethangraham@google.com>