]> git.itanic.dy.fi Git - linux-stable/commit
firmware: arm_scmi: Fix frequency truncation by promoting multiplier type
authorSudeep Holla <sudeep.holla@arm.com>
Thu, 30 Nov 2023 20:43:42 +0000 (20:43 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 4 Dec 2023 12:32:53 +0000 (12:32 +0000)
commit8e3c98d9187e09274fc000a7d1a77b070a42d259
treeb566e3693982c0edd371a6eaf3e6fb1fede08323
parentb85ea95d086471afb4ad062012a4d73cd328fa86
firmware: arm_scmi: Fix frequency truncation by promoting multiplier type

Fix the possible frequency truncation for all values equal to or greater
4GHz on 64bit machines by updating the multiplier 'mult_factor' to
'unsigned long' type. It is also possible that the multiplier itself can
be greater than or equal to 2^32. So we need to also fix the equation
computing the value of the multiplier.

Fixes: a9e3fbfaa0ff ("firmware: arm_scmi: add initial support for performance protocol")
Reported-by: Sibi Sankar <quic_sibis@quicinc.com>
Closes: https://lore.kernel.org/all/20231129065748.19871-3-quic_sibis@quicinc.com/
Cc: Cristian Marussi <cristian.marussi@arm.com>
Link: https://lore.kernel.org/r/20231130204343.503076-1-sudeep.holla@arm.com
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scmi/perf.c