Re: [PATCH 17/18] tracing: Add indirect to indirect access for function based events

From: Steven Rostedt
Date: Mon Feb 12 2018 - 12:24:10 EST


On Mon, 12 Feb 2018 11:15:34 +0900
Namhyung Kim <namhyung@xxxxxxxxxx> wrote:

> > It should have been:
> >
> > return process_redirects(arg, val, buf);
>
> But I think you need to consider data type of the arg when
> dereferencing the last redirect.

What for?

Also this code has also changed. I haven't posted new patches but my
latest is in my git tree in the branch ftrace/dynamic-ftrace-events.

-- Steve