> + * kfuzztest_parse_and_relocate - validate and relocate a KFuzzTest input > + * > + * @input: A buffer containing the serialized input for a fuzz target. > + * @input_size: the size in bytes of the @input buffer. > + * @arg_ret: return pointer for the test case's input structure. > + */ > +int kfuzztest_parse_and_relocate(void *input, size_t input_size, void **arg_ret); Given that this function is declared in "kfuzztest: implement core module and input processing", maybe swap the order of the two patches?