| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: remove unused nolint directives | Dmitry Vyukov | 2026-01-02 | 1 | -1/+1 |
| | | |||||
| * | kfuzztest: introduce syz_kfuzztest_run pseudo-syscall | Ethan Graham | 2025-09-22 | 1 | -0/+262 |
| Add syz_kfuzztest_run pseudo-syscall, KFuzzTest attribute, and encoding logic. KFuzzTest targets, which are invoked in the executor with the new syz_kfuzztest_run pseudo-syscall, require specialized encoding. To differentiate KFuzzTest calls from standard syzkaller calls, we introduce a new attribute called KFuzzTest or "kfuzz_test" in syzkaller descriptions that can be used to annotate calls. Signed-off-by: Ethan Graham <ethangraham@google.com> | |||||
