commit | a291c672d6e1d7f557d9e15a5ac3f0b446e29dcd | [log] [tgz] |
---|---|---|
author | Tom Zanussi <zanussi@kernel.org> | Wed Jan 26 16:29:22 2022 -0600 |
committer | Tom Zanussi <zanussi@kernel.org> | Thu Jan 27 15:38:28 2022 -0600 |
tree | da1ed5212854529ab0265527e08b27e30b1974b3 | |
parent | b519e15e681319e99055a92c8d090072ebb2b179 [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>