On Fri, 2025-09-05 at 14:31 -0700, Andrii Nakryiko wrote: [...] > > > -static int process_timer_func(struct bpf_verifier_env *env, int regno, > > > - struct bpf_call_arg_meta *meta) > > > +static int process_async_func(struct bpf_verifier_env *env, int regno, struct bpf_map **map_ptr, > > > + int *map_uid, u32 rec_off, enum btf_field_type field_type, > > > + const char *struct_name) > > > > Also, it appears that process_wq_func() needs to have the same checks > > as in process_async_func(). Maybe add it as a separate commit? > > heh, we raced, I was asking the same question. > > But let's do any extra refactorings and fixes to pre-existing code as > a follow up, ok? Sure.