Re: [PATCH v3 1/3] tracing: Change STR_VAR_MAX_LEN

2020-10-02 Thread Tom Zanussi
Hi Steve, On Fri, 2020-10-02 at 15:44 -0400, Steven Rostedt wrote: > On Thu, 1 Oct 2020 16:46:44 -0500 > Tom Zanussi wrote: > > > 32 is too small for this value, and anyway it makes more sense to > > use > > MAX_FILTER_STR_VAL, as this is also the value used for variable- > > length > > __strin

Re: [PATCH v3 1/3] tracing: Change STR_VAR_MAX_LEN

2020-10-02 Thread Steven Rostedt
On Thu, 1 Oct 2020 16:46:44 -0500 Tom Zanussi wrote: > 32 is too small for this value, and anyway it makes more sense to use > MAX_FILTER_STR_VAL, as this is also the value used for variable-length > __strings. > > Tested-by: Axel Rasmussen > Signed-off-by: Tom Zanussi > --- > kernel/trace/t