commit | 0376692396a81d0b795127c66ea92ca5bf60f481 | [log] [tgz] |
---|---|---|
author | Tom Zanussi <zanussi@kernel.org> | Wed Jan 26 16:29:22 2022 -0600 |
committer | Tom Zanussi <zanussi@kernel.org> | Fri Jan 28 12:20:21 2022 -0600 |
tree | d4a00788a9651a2c369ab7ff08a218f3f8a951fc | |
parent | 0f9d46407222eaf6632cd3b417bc50a11f401b71 [diff] |
tracing: Remove size restriction on synthetic event cmd error logging Currently, synthetic event command error strings are restricted to a length of MAX_FILTER_STR_VAL (256), which is too short for some commands already seen in the wild (with cmd strings longer than that showing up truncated in err_log). Remove the restriction so that no synthetic event command error string is ever truncated. Signed-off-by: Tom Zanussi <zanussi@kernel.org>