Re: [PATCH 2/3] bpf: introduce bpf_jit_insn_aux_data

From: Yeoreum Yun

Date: Sat Mar 07 2026 - 01:24:02 EST


> > @@ -23020,6 +23026,9 @@ static int jit_subprogs(struct bpf_verifier_env *env)
> > for (i = 0; i < env->subprog_cnt; i++) {
> > func[i]->aux->used_maps = NULL;
> > func[i]->aux->used_map_cnt = 0;
> > + func[i]->aux->insn_aux_data = NULL;
> > + kvfree(func[i]->aux->insn_aux_data);
> > + func[i]->aux->insn_aux_data = NULL;
> > }

Oops. This's my mistake. If i need to send next-version, I'll fix it.
Thanks.


[...]


--
Sincerely,
Yeoreum Yun