commit | ca965f23256b350ebd94b3dc1a319f28e8267f5f | [log] [tgz] |
---|---|---|
author | Tom Zanussi <zanussi@kernel.org> | Wed Jan 26 13:58:25 2022 -0600 |
committer | Tom Zanussi <zanussi@kernel.org> | Thu Jan 27 15:38:28 2022 -0600 |
tree | 84d40a2926abbf8d8e8549f0a594a864a8cb4aef | |
parent | cad1ab28f75968db0f466925e7cba5970cec6c29 [diff] |
tracing: Remove size restriction on tracing_log_err cmd strings Currently, tracing_log_err.cmd 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). Remove the restriction so that no command string is ever truncated. Signed-off-by: Tom Zanussi <zanussi@kernel.org>