commit | 906695e59324635c62b5ae59df111151a546ca66 | [log] [tgz] |
---|---|---|
author | Qiujun Huang <hqjagain@gmail.com> | Sat Oct 31 16:57:14 2020 +0800 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Mon Nov 02 11:21:40 2020 -0500 |
tree | 2528cce412f014f7b301a68f25758a9677b5e422 | |
parent | 726b3d3f141fba6f841d715fc4d8a4a84f02c02a [diff] |
tracing: Fix the checking of stackidx in __ftrace_trace_stack The array size is FTRACE_KSTACK_NESTING, so the index FTRACE_KSTACK_NESTING is illegal too. And fix two typos by the way. Link: https://lkml.kernel.org/r/20201031085714.2147-1-hqjagain@gmail.com Signed-off-by: Qiujun Huang <hqjagain@gmail.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>