On Wed, Nov 6, 2019 at 5:47 PM Martin KaFai Lau <kafai@xxxxxx> wrote: > > In the bpf interpreter mode, bpf_probe_read_kernel is used to read > from PTR_TO_BTF_ID's kernel object. It currently missed considering > the insn->off. This patch fixes it. > > Fixes: 2a02759ef5f8 ("bpf: Add support for BTF pointers to interpreter") > Signed-off-by: Martin KaFai Lau <kafai@xxxxxx> > --- Heh :) Acked-by: Andrii Nakryiko <andriin@xxxxxx> [...]