aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorWen Yang <[email protected]>2020-01-03 11:02:48 +0800
committerSteven Rostedt (VMware) <[email protected]>2020-01-02 22:14:57 -0500
commite31f7939c1c27faa5d0e3f14519eaf7c89e8a69d (patch)
tree7e57560cc349e3336dd9033726bc429f5ee4adae /drivers/fpga/fpga-mgr.c
parentb8299d362d0837ae39e87e9019ebe6b736e0f035 (diff)
ftrace: Avoid potential division by zero in function profiler
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/[email protected] Cc: [email protected] 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 <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions