Re: [PATCH v3 0/7] tracing: Synthetic event dynamic string fixes

2020-10-13 Thread Masami Hiramatsu
Hi Tom, On Tue, 13 Oct 2020 09:17:51 -0500 Tom Zanussi wrote: > This updates v2 to replace some of the v2 code with improved code from > Steve (tracing: Add synthetic event error logging) and (tracing: > Handle synthetic event array field type checking correctly) and remove > the

[PATCH v3 0/7] tracing: Synthetic event dynamic string fixes

2020-10-13 Thread Tom Zanussi
This updates v2 to replace some of the v2 code with improved code from Steve (tracing: Add synthetic event error logging) and (tracing: Handle synthetic event array field type checking correctly) and remove the synth_error_clear() function and change last_cmd_set() to use strncpy. Thanks, Tom