aboutsummaryrefslogtreecommitdiffstats
path: root/docs/kfuzztest.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: update kfuzztest.mdEthan Graham2025-09-291-3/+8
| | | | | | | | | Update kfuzztest.md to reflect some recent changes. In particular: - Point to the newest kernel pull request (PR v2) instead of the outdated RFC v1 patch series. - Change example description, as commit 0ac7291ca introduced a new input parameter for syz_kfuzztest_run.
* docs: add KFuzzTest documentationEthan Graham2025-09-221-0/+149
Add documentation for syzkaller's KFuzzTest integration, and a separate documentation file for the syz-kfuzztest program. Signed-off-by: Ethan Graham <ethangraham@google.com>