aboutsummaryrefslogtreecommitdiffstats
path: root/syz-kfuzztest/main.go
Commit message (Collapse)AuthorAgeFilesLines
* kfuzztest: fix build error for non-Linux targetsAleksandr Nogikh2025-10-061-0/+3
| | | | | | | | | Fix the following error by only building it for Linux: package github.com/google/syzkaller/pkg/kfuzztest-manager imports github.com/google/syzkaller/pkg/kfuzztest-executor: build constraints exclude all Go files in /syzkaller/gop ath/src/github.com/google/syzkaller/pkg/kfuzztest-executor
* syz-kfuzztest: add syz-kfuzztest executableEthan Graham2025-09-221-0/+61
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>