[PATCH 2/3] bpf: introduce bpf_jit_insn_aux_data
Yeoreum Yun
yeoreum.yun at arm.com
Fri Mar 6 22:22:29 PST 2026
> > @@ -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
More information about the linux-arm-kernel
mailing list