diff options
author | Tom Zanussi <zanussi@kernel.org> | 2022-01-27 15:44:18 -0600 |
---|---|---|
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2022-01-27 19:15:49 -0500 |
commit | 67ab5eb71b37b55f7c5522d080a1b42823351776 (patch) | |
tree | ae6327fd65350efecba3258996d93e32b90ac279 /arch/x86 | |
parent | 097f1eefedeab528cecbd35586dfe293853ffb17 (diff) | |
download | linux-67ab5eb71b37b55f7c5522d080a1b42823351776.tar.bz2 |
tracing: Don't inc err_log entry count if entry allocation fails
tr->n_err_log_entries should only be increased if entry allocation
succeeds.
Doing it when it fails won't cause any problems other than wasting an
entry, but should be fixed anyway.
Link: https://lkml.kernel.org/r/cad1ab28f75968db0f466925e7cba5970cec6c29.1643319703.git.zanussi@kernel.org
Cc: stable@vger.kernel.org
Fixes: 2f754e771b1a6 ("tracing: Don't inc err_log entry count if entry allocation fails")
Signed-off-by: Tom Zanussi <zanussi@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'arch/x86')
0 files changed, 0 insertions, 0 deletions