On Fri, Oct 11, 2019 at 12:45:52PM +0200, Peter Zijlstra wrote: > + if (!ops->trampoline) { > + ops->trampoline = create_trampoline(ops, &size, > ftrace_ops_get_func(ops));
And now that I look at what I send, I see we already pass ops, so no need to pass ftrace_ops_get_func(). Let me respin that.