On Fri, 10 Aug 2018 11:35:54 -0400 Steven Rostedt <[email protected]> wrote:
> Investigating it, it's that when we register more than one event, the > tracepoint code calls "release_probes" when adding new tracepoints (as > it updated the tracepoint array), and this is done very early in boot > up, causing this warning. > > I'm still looking at ways to fix this. Any ideas would help. I just posted a patch: http://lkml.kernel.org/r/[email protected] It appears to fix the issue. I'm going to start testing it in my suite. Does anyone have any concerns about it, or a better solution? Thanks! -- Steve

