Re: [PATCH v2 02/10] kfuzztest: add user-facing API and data structures
From: Johannes Berg
Date: Wed Sep 24 2025 - 04:45:19 EST
On Fri, 2025-09-19 at 14:57 +0000, Ethan Graham wrote:
>
> + * User-Provided Logic:
> + * The developer must provide the body of the fuzz test logic within the curly
> + * braces following the macro invocation. Within this scope, the framework
> + * provides the `arg` variable, which is a pointer of type `@test_arg_type *`
FWIW, git complained about trailing whitespace on this line.
I'm trying to apply this and integrate it with ARCH=um and honggfuzz
(because afl++ doesn't work with -fsanitize-coverage=trace-pc and I have
issues with clang right now ...). Fingers crossed :)
johannes