summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorC Cheng <C.Cheng@mediatek.com>2023-12-19 06:14:42 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-13 14:07:29 +0300
commit3f0a74728170a958dcc1c4cf3f47353b35baac78 (patch)
treeba86052439f1b4f783304449ad3c29d6eda06a3a /arch/arm
parent750d44684a95c1ca0d6c8a7e2d24abb500790ee6 (diff)
downloadlinux-3f0a74728170a958dcc1c4cf3f47353b35baac78.tar.xz
cpuidle: Avoid potential overflow in integer multiplication
[ Upstream commit 88390dd788db485912ee7f9a8d3d56fc5265d52f ] In detail: In C language, when you perform a multiplication operation, if both operands are of int type, the multiplication operation is performed on the int type, and then the result is converted to the target type. This means that if the product of int type multiplication exceeds the range that int type can represent, an overflow will occur even if you store the result in a variable of int64_t type. For a multiplication of two int values, it is better to use mul_u32_u32() rather than s->exit_latency_ns = s->exit_latency * NSEC_PER_USEC to avoid potential overflow happenning. Signed-off-by: C Cheng <C.Cheng@mediatek.com> Signed-off-by: Bo Ye <bo.ye@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> [ rjw: New subject ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions