summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorWen Yang <wenyang@linux.alibaba.com>2020-01-03 11:02:48 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-12 11:22:43 +0100
commit015f0fd0fcc338513f80044add27fa46cf71d217 (patch)
tree00dfafa8ee63f97f1f45de90f625950dd698792a /scripts/objdiff
parente3e3f4e6398957b80b55ebe7aabd4caeef3bd38f (diff)
ftrace: Avoid potential division by zero in function profiler
commit e31f7939c1c27faa5d0e3f14519eaf7c89e8a69d upstream. The ftrace_profile->counter is unsigned long and do_div truncates it to 32 bits, which means it can test non-zero and be truncated to zero for division. Fix this issue by using div64_ul() instead. Link: http://lkml.kernel.org/r/20200103030248.14516-1-wenyang@linux.alibaba.com Cc: stable@vger.kernel.org Fixes: e330b3bcd8319 ("tracing: Show sample std dev in function profiling") Fixes: 34886c8bc590f ("tracing: add average time in function to function profiler") Signed-off-by: Wen Yang <wenyang@linux.alibaba.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions