Re: [PATCH] tracing: Fix bad hist from corrupting named_triggers list

From: Steven Rostedt
Date: Thu Feb 27 2025 - 16:36:55 EST


On Thu, 27 Feb 2025 13:53:27 -0600
Tom Zanussi <zanussi@xxxxxxxxxx> wrote:

> > -enable:
> > + ret = event_trigger_register(cmd_ops, file, glob, trigger_data);
> > + if (ret < 0)
> > + goto out_free;
> > +
> > +
>
> Extra space added here.

Bah, I'll remove that when adding your tested by.

I've already ran it through my entire test suite, but I'm going to break my
rule and just build and boot to test removing that line, and not run the
entire test suite.

Now, if there's another bug that shows up, it will get run through that.

Thanks,

-- Steve