Re: [PATCH v7 0/6] tracing: More synthetic event error fixes

2021-02-09 Thread Steven Rostedt
On Tue, 09 Feb 2021 16:58:12 -0600 Tom Zanussi wrote: > Did you apply '[PATCH v7 5/6] selftests/ftrace: Update synthetic event > syntax errors' before you ran the test? It actually removes the test > that failed. Here's what I get with all patches applied: I thought I did, but I forgot that I

Re: [PATCH v7 0/6] tracing: More synthetic event error fixes

2021-02-09 Thread Tom Zanussi
Hi Steve, On Tue, 2021-02-09 at 16:09 -0500, Steven Rostedt wrote: > On Mon, 1 Feb 2021 13:48:10 -0600 > Tom Zanussi wrote: > > > Hi, > > > > This is v7 of the synthetic event error fix patchset. This version > > addresses the comments from v6: > > > > - moved check_command() from '[PATCH

Re: [PATCH v7 0/6] tracing: More synthetic event error fixes

2021-02-09 Thread Steven Rostedt
On Mon, 1 Feb 2021 13:48:10 -0600 Tom Zanussi wrote: > Hi, > > This is v7 of the synthetic event error fix patchset. This version > addresses the comments from v6: > > - moved check_command() from '[PATCH v6 3/6] tracing: Update synth > command errors' to '[PATCH v6 2/6] tracing: Rework

[PATCH v7 0/6] tracing: More synthetic event error fixes

2021-02-01 Thread Tom Zanussi
Hi, This is v7 of the synthetic event error fix patchset. This version addresses the comments from v6: - moved check_command() from '[PATCH v6 3/6] tracing: Update synth command errors' to '[PATCH v6 2/6] tracing: Rework synthetic event command parsing'. - in __create_synth_event(),