Re: [GIT PULL] tracing/uprobe: Fix uprobe_perf_open probes iteration

From: Jiri Olsa
Date: Wed Nov 24 2021 - 15:06:16 EST


On Wed, Nov 24, 2021 at 10:30:24AM -0800, Linus Torvalds wrote:
> On Wed, Nov 24, 2021 at 10:27 AM Linus Torvalds
> <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
> >
> > Instead, you should do something like
> >
> > list_for_each_entry(pu, trace_probe_probe_list(tp), tp.list) {
>
> That 'pu' is a typo, it should be 'tu'.
>
> The patch itself got it right, I think.
>
> HOWEVER. Despite the patch itself getting it right, I want to point
> out that that was mostly by luck than anything else.
>
> The patch is ENTIRELY UNTESTED.

I put your patch to the test and.. it passed ;-)

there are several other places like this around and also in trace_kprobe.c
I can send the follow up fix tomorrow

thanks,
jirka

>
> Because that's how I roll, as you should all know by now.
>
> Linus
>